Move core to separate repo
This commit is contained in:
@@ -10,7 +10,7 @@ class HelloWorld extends HRCCommand implements HRCCommandInterface
|
||||
{
|
||||
protected $signature = 'gethello';
|
||||
|
||||
public function command($input)
|
||||
public function command($input, $output = null)
|
||||
{
|
||||
$users = User::all();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user