mytube-backend/config/autoload/defines.php
2024-08-04 14:23:33 +00:00

7 lines
94 B
PHP

<?php
if (! defined('APP_ROOT')) {
define('APP_ROOT', realpath(__DIR__ . '/../../'));
}