1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 16:14:16 +02:00

feat(core): update codebase for php 8.1

This commit is contained in:
Awilum
2022-07-04 21:36:52 +03:00
parent ab72bf19c8
commit fb05dbd70a
134 changed files with 282 additions and 282 deletions

View File

@@ -4,6 +4,8 @@ declare(strict_types=1);
namespace Flextype;
use function Glowy\Filesystem\filesystem;
define('ROOT_DIR', str_replace(DIRECTORY_SEPARATOR, '/', getcwd()));
/**