feat: initial commit
This commit is contained in:
11
app/Commands/Command.php
Normal file
11
app/Commands/Command.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Commands;
|
||||
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
interface Command
|
||||
{
|
||||
public function execute(array $data) : mixed;
|
||||
}
|
||||
Reference in New Issue
Block a user