From e55292fba7971a86f6059fcd377a9e7be13865ff Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 17 Oct 2023 22:52:44 -0400 Subject: [PATCH] - Fixed definition directory --- meta/definitions.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/definitions.php b/meta/definitions.php index 30a1e1c..df885d3 100644 --- a/meta/definitions.php +++ b/meta/definitions.php @@ -1,13 +1,11 @@ [ 'picea' => [ 'asset' => [ [ - 'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]), + 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), 'order' => 10 ] ]