wip
This commit is contained in:
8
app/Contracts/Paymentable.php
Normal file
8
app/Contracts/Paymentable.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
/**
|
||||
* @property int $id
|
||||
*/
|
||||
interface Paymentable {}
|
||||
Reference in New Issue
Block a user