removed application and resolver classes. added phpunit tests.
This commit is contained in:
@@ -39,7 +39,7 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'home.index' => array('name' => 'home', function($laravel, $view)
|
||||
'home.index' => array('name' => 'home', function($view)
|
||||
{
|
||||
//
|
||||
}),
|
||||
|
||||
@@ -18,6 +18,7 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'Arr' => 'Laravel\\Arr',
|
||||
'Asset' => 'Laravel\\Asset',
|
||||
'Auth' => 'Laravel\\Security\\Authenticator_Facade',
|
||||
'Benchmark' => 'Laravel\\Benchmark',
|
||||
|
||||
Reference in New Issue
Block a user