From 6f552f47026ef1bcf1f9e420295ccb6823b59f2d Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 17 Oct 2023 21:56:42 -0400 Subject: [PATCH] - WIP on asset --- meta/definitions.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/definitions.php b/meta/definitions.php index dd03d50..ee0db67 100644 --- a/meta/definitions.php +++ b/meta/definitions.php @@ -4,12 +4,10 @@ return [ 'assets.undraw' => [ 'picea' => [ 'asset' => [ - 'source' => [ - [ - 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), - 'order' => 10 - ] - ], + [ + 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), + 'order' => 10 + ] ] ], ],