Commit 45ce00f4 authored by Nicolas Widart's avatar Nicolas Widart

Merge commit '2864bca5'

* commit '2864bca5':
  Squashed 'Modules/Menu/' changes from 4f6cdddf..eac3385
parents 3ed87933 2864bca5
......@@ -8,5 +8,8 @@
"providers": [
"Modules\\Menu\\Providers\\RouteServiceProvider",
"Modules\\Menu\\Providers\\MenuServiceProvider"
],
"files": [
"start.php"
]
}
<?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('menu', __DIR__ . '/Resources/views/');
Lang::addNamespace('menu', __DIR__ . '/Resources/lang/');
Config::addNamespace('menu', __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