Commit ba3e481d by Taylor Otwell

Merge pull request #1621 from mtthlm/master

Add Command alias to application configuration
parents 52e9cd5c 4cb904f4
......@@ -159,6 +159,7 @@ return array(
'Blade' => 'Laravel\\Blade',
'Bundle' => 'Laravel\\Bundle',
'Cache' => 'Laravel\\Cache',
'Command' => 'Laravel\\CLI\\Command',
'Config' => 'Laravel\\Config',
'Controller' => 'Laravel\\Routing\\Controller',
'Cookie' => 'Laravel\\Cookie',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment