Files
cake-addresses/config/app.example.php

8 lines
145 B
PHP
Raw Permalink Normal View History

2025-11-18 00:43:34 -08:00
<?php
// The following configs can be globally configured, copy the array content over to your ROOT/config
return [
2026-01-23 18:36:36 -08:00
'CakeAddresses' => [],
2025-11-18 00:43:34 -08:00
];