1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 07:06:45 +02:00

feat(macros): fix paths for macros

This commit is contained in:
Awilum
2021-08-30 11:39:22 +03:00
parent 96beeb3b32
commit 319c65768d

View File

@@ -2,4 +2,4 @@
declare(strict_types=1);
require_once ROOT_DIR . '/src/flextype/macros/arrays.php';
require_once __DIR__ . '/arrays.php';