Files
c-cms-legacy/config/squadron.php
TheGamecraft 51b5bc0500 ALPHA 3.0.1a
2018-07-13 12:41:23 -04:00

31 lines
948 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Squadron Number
|--------------------------------------------------------------------------
|
| This option controls the default authentication "guard" and password
| reset options for your application. You may change these defaults
| as required, but they're a perfect start for most applications.
|
*/
'number' => '697',
/*
|--------------------------------------------------------------------------
| Squadron FullName
|--------------------------------------------------------------------------
|
| This option controls the default authentication "guard" and password
| reset options for your application. You may change these defaults
| as required, but they're a perfect start for most applications.
|
*/
'fullname' => 'Escadron 697 Rotary Rimouski',
];