Commit caa33367 authored by Nicolas Widart's avatar Nicolas Widart

Squashed 'Modules/Dashboard/' changes from c64f10d..d4a122f

d4a122f remove view namespace definitions from start file
93c4d69 Adding start.php to files array

git-subtree-dir: Modules/Dashboard
git-subtree-split: d4a122face8ff9f40279a2c94ff962f767a5d9dd
parent b3bd3615
......@@ -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