Fix indentation and double slashes
This commit is contained in:
parent
818be60551
commit
e48a2d723b
|
@ -159,7 +159,7 @@
|
|||
'Blade' => 'Laravel\\Blade',
|
||||
'Bundle' => 'Laravel\\Bundle',
|
||||
'Cache' => 'Laravel\\Cache',
|
||||
'Command' => 'Laravel\CLI\Command',
|
||||
'Command' => 'Laravel\\CLI\\Command',
|
||||
'Config' => 'Laravel\\Config',
|
||||
'Controller' => 'Laravel\\Routing\\Controller',
|
||||
'Cookie' => 'Laravel\\Cookie',
|
||||
|
|
Loading…
Reference in New Issue