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 ], ] ],