8 lines
64 B
PHP
Executable File
8 lines
64 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
|
|
'authbanner' => env('APP_AUTH_BANNER')
|
|
|
|
];
|