mirror of
https://github.com/getgrav/grav.git
synced 2024-12-04 12:37:14 +00:00
8 lines
194 B
PHP
8 lines
194 B
PHP
<?php declare(strict_types=1);
|
|
/**
|
|
*To help phpstan dealing with LogicException in Common\User\User.php
|
|
*/
|
|
|
|
define('GRAV_USER_INSTANCE', 'FLEX');
|
|
define('GRAV_REQUEST_TIME', microtime(true));
|