Merge pull request #1621 from mtthlm/master
Add Command alias to application configuration
This commit is contained in:
commit
ba3e481d4a
|
@ -159,6 +159,7 @@
|
|||
'Blade' => 'Laravel\\Blade',
|
||||
'Bundle' => 'Laravel\\Bundle',
|
||||
'Cache' => 'Laravel\\Cache',
|
||||
'Command' => 'Laravel\\CLI\\Command',
|
||||
'Config' => 'Laravel\\Config',
|
||||
'Controller' => 'Laravel\\Routing\\Controller',
|
||||
'Cookie' => 'Laravel\\Cookie',
|
||||
|
|
Loading…
Reference in New Issue