install
This commit is contained in:
10
app/Modules/OrderStatus/Interfaces/HasStatus.php
Normal file
10
app/Modules/OrderStatus/Interfaces/HasStatus.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Modules\OrderStatus\Interfaces;
|
||||
|
||||
/**
|
||||
* @property string $status
|
||||
*
|
||||
* @phpstan-require-extends \Illuminate\Database\Eloquent\Model
|
||||
*/
|
||||
interface HasStatus {}
|
||||
Reference in New Issue
Block a user