From 7d215b3f4b11a8bfcecbb1613ef3985664150ea3 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 17 Oct 2023 18:21:41 +0000 Subject: [PATCH] - WIP on autoload --- meta/definitions.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/definitions.php b/meta/definitions.php index 6781093..b68c17f 100644 --- a/meta/definitions.php +++ b/meta/definitions.php @@ -1,14 +1,12 @@ [ 'picea' => [ 'asset' => [ 'source' => [ [ - 'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]), + 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), 'order' => 10 ] ],