diff --git a/app/config/services.php b/app/config/services.php index ef294b2..09f2fe6 100644 --- a/app/config/services.php +++ b/app/config/services.php @@ -1,5 +1,4 @@ setBaseUri($config->application->baseUri); return $url; }, true); - /** * Setting up the view component */ @@ -48,7 +44,6 @@ return $view; }, true); - /** * Database connection is created based in the parameters defined in the configuration file */ @@ -60,14 +55,12 @@ 'dbname' => $config->database->dbname )); }); - /** * If the configuration specify the use of metadata adapter use it or use memory otherwise */ $di->set('modelsMetadata', function() { return new MetaDataAdapter(); }); - /** * Start the session the first time some component request the session service */