This commit is contained in:
2025-06-03 13:43:57 +05:00
parent 9123eed007
commit 6cbb54c74b
24 changed files with 950 additions and 474 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\Contracts;
/**
* @property int $id
*/
interface Paymentable {}