From 722226d06260b0f1e19863fe0fc75df0a67c30d4 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 17 Oct 2023 18:22:22 +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 6ee10bc..0d39809 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 ] ],