No longer use random anonymous object for asset info.

This commit is contained in:
flash 2025-02-09 19:58:09 +00:00
parent bac889787a
commit 1d54d41f6b
6 changed files with 43 additions and 35 deletions

View file

@ -12,7 +12,6 @@ define('MSZ_SOURCE', MSZ_ROOT . '/src');
define('MSZ_CONFIG', MSZ_ROOT . '/config');
define('MSZ_TEMPLATES', MSZ_ROOT . '/templates');
define('MSZ_MIGRATIONS', MSZ_ROOT . '/database');
define('MSZ_ASSETS', MSZ_ROOT . '/assets');
require_once MSZ_ROOT . '/vendor/autoload.php';