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