Commit e2a5fc54 authored by Nicolas Widart's avatar Nicolas Widart

Merge commit '0477f484'

* commit '0477f484':
  Squashed 'Modules/User/' changes from 9b064da..a0751eb
parents c605eb59 0477f484
......@@ -7,5 +7,8 @@
"providers": [
"Modules\\User\\Providers\\UserServiceProvider",
"Modules\\User\\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('user', __DIR__ . '/Resources/views/');
Lang::addNamespace('user', __DIR__ . '/Resources/lang/');
Config::addNamespace('user', __DIR__ . '/Config/');
require __DIR__ . '/composers.php';
require __DIR__ . '/listeners.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