Common setup
This commit is contained in:
7
setup/common/settings.php
Normal file
7
setup/common/settings.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'locations' => function() {
|
||||
$arr = ['base' => dirname(__DIR__, 2)];
|
||||
return (object) $arr;
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user