mirror of
https://git.yylx.win/https://github.com/kgz/Freescout-Dashboard-Plugin.git
synced 2026-07-27 20:17:22 +08:00
17 lines
No EOL
515 B
PHP
17 lines
No EOL
515 B
PHP
<?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__ . '/Http/routes.php';
|
|
} |