ALPHA 3.0.1a

This commit is contained in:
TheGamecraft
2018-07-13 12:41:23 -04:00
commit 51b5bc0500
1339 changed files with 151256 additions and 0 deletions

30
config/squadron.php Normal file
View File

@@ -0,0 +1,30 @@
<?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',
];