From 278847cfe2b8ad0bac284cd3f06dee10b85aca9f Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Wed, 21 May 2025 18:37:48 +0000 Subject: [PATCH] - Fixed definition loading --- meta/definitions.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/definitions.php b/meta/definitions.php index 5233d51..decb7a4 100644 --- a/meta/definitions.php +++ b/meta/definitions.php @@ -4,12 +4,10 @@ return [ 'assets.ace' => [ 'picea' => [ 'asset' => [ - 'source' => [ - [ - 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), - 'order' => 10 - ] - ], + [ + 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), + 'order' => 10 + ] ] ], ],