Move core to separate repo

This commit is contained in:
2021-01-27 10:50:03 +03:00
parent 45a7e8abce
commit cfdf82741d
41 changed files with 3 additions and 6812 deletions

View File

@@ -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();