This commit is contained in:
9
app/Interfaces/ScriptContract.php
Normal file
9
app/Interfaces/ScriptContract.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interfaces;
|
||||
|
||||
interface ScriptContract extends BaseContract
|
||||
{
|
||||
public function run(): string;
|
||||
public static function configSchema(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user