ALPHA 3.0.2b

This commit is contained in:
TheGamecraft
2018-09-10 09:13:10 -04:00
parent 0e0ef86b71
commit e536ef7e0a
7 changed files with 33 additions and 72 deletions

View File

@@ -7,24 +7,16 @@ 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',
'number' => env('SQN_NUMBER', "000"),
/*
|--------------------------------------------------------------------------
| 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',
'fullname' => env('SQN_FULLNAME', "Escadron 000 Exemple"),
];