freescout/modules/OAuth/start.php
Erki Aas 7b5b15aebc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add OAuth module from repository
2024-02-01 15:20:10 +02:00

18 lines
516 B
PHP
Executable File

<?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';
}