8 lines
78 B
PHP
8 lines
78 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'database' => env('TENNANT_MASTER_DB','master_erahn')
|
|
|
|
];
|