re-add missing stub files

This commit is contained in:
Nabeel Shahzad
2017-12-13 22:24:41 -06:00
parent 346ccfbd66
commit a3ec21c73d
42 changed files with 1250 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
/*
|--------------------------------------------------------------------------
| Register Namespaces And Routes
|--------------------------------------------------------------------------
|
| When a module starting, this file will executed automatically. This helps
| to register some namespaces like translator or view. Also this file
| will load the routes file for each module. You may also modify
| this file as you want.
|
*/
/*if (!app()->routesAreCached()) {
require __DIR__ . '$ROUTES_LOCATION$';
}*/