Init
This commit is contained in:
7
core/app/Console/Commands/HRCCommandInterface.php
Normal file
7
core/app/Console/Commands/HRCCommandInterface.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Console\Commands;
|
||||
|
||||
interface HRCCommandInterface {
|
||||
public function command($data);
|
||||
}
|
||||
Reference in New Issue
Block a user