Commit 86ec466c authored by Nicolas Widart's avatar Nicolas Widart

Merge commit 'caa33367'

* commit 'caa33367':
  Squashed 'Modules/Dashboard/' changes from c64f10d..d4a122f
parents e2a5fc54 caa33367
......@@ -6,5 +6,8 @@
"active": 1,
"providers": [
"Modules\\Dashboard\\Providers\\RouteServiceProvider"
],
"files": [
"start.php"
]
}
\ No newline at end of file
}
<?php
/*
|--------------------------------------------------------------------------
| Register The Module Namespaces
|--------------------------------------------------------------------------
|
| Here is you can register the namespace for this module.
| You may to edit this namespace if you want.
|
*/
View::addNamespace('dashboard', __DIR__ . '/Resources/views/');
Lang::addNamespace('dashboard', __DIR__ . '/Resources/lang/');
Config::addNamespace('dashboard', __DIR__ . '/Config/');
require __DIR__ . '/composers.php';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment