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