Skip to content

Commit

Permalink
removed namespaces from class loader
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Apr 3, 2013
1 parent 4baaa51 commit b24d2ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions config/autoload.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
; @author Martin Auswöger <martin@madeyourday.co>
;

register_namespaces = true
register_classes = true
register_namespaces = false
register_classes = false
register_templates = false
5 changes: 0 additions & 5 deletions config/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
* @author Martin Auswöger <martin@madeyourday.co>
*/

ClassLoader::addNamespaces(array(
'MadeYourDay',
'MadeYourDay\\Contao',
));

ClassLoader::addClasses(array(
'DC_RockSolidThemeAssistant' => 'system/modules/rocksolid-theme-assistant/src/DC_RockSolidThemeAssistant.php',
'MadeYourDay\\Contao\\ThemeAssistant' => 'system/modules/rocksolid-theme-assistant/src/MadeYourDay/Contao/ThemeAssistant.php',
Expand Down

0 comments on commit b24d2ff

Please sign in to comment.