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