Common setup

This commit is contained in:
2021-03-15 17:41:48 -03:00
parent 5921890ee7
commit 2f79716a19
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?php
return [
'locations' => function() {
$arr = ['base' => dirname(__DIR__, 2)];
return (object) $arr;
}
];