mirror of
https://github.com/getgrav/grav.git
synced 2025-11-06 13:26:09 +01:00
7 lines
148 B
PHP
7 lines
148 B
PHP
|
|
<?php declare(strict_types=1);
|
||
|
|
/**
|
||
|
|
*To help phpstan dealing with LogicException in Common\User\User.php
|
||
|
|
*/
|
||
|
|
|
||
|
|
define('GRAV_USER_INSTANCE', 'FLEX');
|