- Fixed Undraw package

This commit is contained in:
Dave M. 2023-11-03 20:14:03 -04:00
parent ba8e846905
commit 2c0564e855
1 changed files with 4 additions and 6 deletions

View File

@ -4,13 +4,11 @@ return [
'assets.undraw' => [ 'assets.undraw' => [
'picea' => [ 'picea' => [
'asset' => [ 'asset' => [
'source' => [ [
[ 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]), 'order' => 10
'order' => 10
]
], ],
] ],
], ],
], ],
]; ];