Files
online.tbbank.gov.tm-larave…/app/Contracts/Paymentable.php
2025-06-03 13:43:57 +05:00

9 lines
87 B
PHP

<?php
namespace App\Contracts;
/**
* @property int $id
*/
interface Paymentable {}