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