From 40cfd2908a29dfc430262a201b99ef185342c24e Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 17 Oct 2023 22:53:02 -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 e6e8116..55176b6 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 ] ]