rector/build/target-repository/e2e/define-constant/src/DefineConstant.php

6 lines
129 B
PHP

<?php
if (! defined('APPPATH')) {
define('APPPATH', realpath(rtrim($paths->appDirectory, '\\/ ')) . DIRECTORY_SEPARATOR);
}