From 9ea79d0ddd1221f3618b2eb02f652cb8878390b1 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 17 Oct 2023 21:56:29 -0400 Subject: [PATCH] - WIP on asset --- meta/definitions.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/definitions.php b/meta/definitions.php index b68c17f..636837c 100644 --- a/meta/definitions.php +++ b/meta/definitions.php @@ -4,11 +4,9 @@ return [ 'assets.fontawesome5' => [ 'picea' => [ 'asset' => [ - 'source' => [ - [ - 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), - 'order' => 10 - ] + [ + 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), + 'order' => 10 ], ] ],