mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 18:59:09 -04:00
23 lines
534 B
PHP
23 lines
534 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Squadron Number
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
'number' => env('SQN_NUMBER', "000"),
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Squadron FullName
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
'fullname' => env('SQN_FULLNAME', "Escadron 000 Exemple"),
|
|
];
|