8 lines
169 B
PHP
8 lines
169 B
PHP
|
<?php
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
/*
|
||
|
* Configure paths required to find CakePHP + general filepath constants
|
||
|
*/
|
||
|
require __DIR__ . DIRECTORY_SEPARATOR . 'constants.php';
|