mirror of
https://github.com/getgrav/grav.git
synced 2026-07-08 14:22:15 +02:00
Updated plugins phpstan to work with Gantry5 plugin
This commit is contained in:
@@ -39,3 +39,11 @@ foreach($iterator as $directory) {
|
||||
require $autoloader;
|
||||
}
|
||||
}
|
||||
|
||||
define('GANTRY_DEBUGGER', true);
|
||||
define('GANTRY5_DEBUG', true);
|
||||
define('GANTRY5_PLATFORM', 'grav');
|
||||
define('GANTRY5_ROOT', rtrim(ROOT_DIR, '/'));
|
||||
define('GANTRY5_VERSION', '@version@');
|
||||
define('GANTRY5_VERSION_DATE', '@versiondate@');
|
||||
define('GANTRYADMIN_PATH', '');
|
||||
|
||||
Reference in New Issue
Block a user