From 2c0564e855dcd7aa0db7a5d5639f23479d1f1787 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Fri, 3 Nov 2023 20:14:03 -0400 Subject: [PATCH] - Fixed Undraw package --- meta/definitions.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/definitions.php b/meta/definitions.php index dd03d50..b18169f 100644 --- a/meta/definitions.php +++ b/meta/definitions.php @@ -4,13 +4,11 @@ return [ 'assets.undraw' => [ 'picea' => [ 'asset' => [ - 'source' => [ - [ - 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), - 'order' => 10 - ] + [ + 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), + 'order' => 10 ], - ] + ], ], ], ];