From 7c36f1275fb0be9029e651b56ee6b1a2448c9e0d Mon Sep 17 00:00:00 2001 From: Stephan Kasdorf Date: Sun, 10 Nov 2019 23:01:02 +0100 Subject: [PATCH] REFACTORING: updated the autoloader, currently a duplicate section has to be refactored. Added a Registry for the settings section of every module. --- application/settings/config/settings.development.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/settings/config/settings.development.ini b/application/settings/config/settings.development.ini index 185f5b7..3db0711 100644 --- a/application/settings/config/settings.development.ini +++ b/application/settings/config/settings.development.ini @@ -7,11 +7,8 @@ debug_template = "/../../application/view/templates/shared/debug.tpl" debugbar = true [AUTOLOADER] -iface.pos[] = "register" iface.pos[] = "users" -trait.pos[] = "register" trait.pos[] = "users" -class.pos[] = "register" class.pos[] = "users" [EMAIL]