Skip to content

Commit

Permalink
Fix indents
Browse files Browse the repository at this point in the history
  • Loading branch information
essuzuki committed May 23, 2016
1 parent 07bc7b7 commit e9fd018
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions simple-subcontrollers/app/config/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
/**
* We're a registering a set of directories taken from the configuration file
*/
$loader->registerNamespaces(array(
'MyApp\Controllers' => __DIR__ . '/../controllers/',
'MyApp\Controllers\Admin' => __DIR__ . '/../controllers/admin'
))->register();
$loader->registerNamespaces(
array(
'MyApp\Controllers' => __DIR__ . '/../controllers/',
'MyApp\Controllers\Admin' => __DIR__ . '/../controllers/admin'
)
)->register();

0 comments on commit e9fd018

Please sign in to comment.