From d8f763a88aba3f5ead3bf0d8c88bbeb8382bbbe7 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 17 Oct 2023 18:21:19 +0000 Subject: [PATCH] - WIP on autoload --- meta/definitions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/definitions.php b/meta/definitions.php index cf93a9a..9b9f9d0 100644 --- a/meta/definitions.php +++ b/meta/definitions.php @@ -6,7 +6,7 @@ return [ 'asset' => [ 'source' => [ [ - 'path' => implode(DIRECTORY_SEPARATOR, [ __DIR__, "asset", '' ]), + 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), 'order' => 10 ] ],