8 lines
145 B
PHP
8 lines
145 B
PHP
<?php
|
|
|
|
// The following configs can be globally configured, copy the array content over to your ROOT/config
|
|
|
|
return [
|
|
'CakeAddresses' => [],
|
|
];
|