- WIP on autoload

This commit is contained in:
Dave M. 2023-10-17 18:21:41 +00:00
parent b5f3066d3f
commit 7d215b3f4b
1 changed files with 1 additions and 3 deletions

View File

@ -1,14 +1,12 @@
<?php <?php
$path = __DIR__;
return [ return [
'assets.fontawesome5' => [ 'assets.fontawesome5' => [
'picea' => [ 'picea' => [
'asset' => [ 'asset' => [
'source' => [ 'source' => [
[ [
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]), 'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
'order' => 10 'order' => 10
] ]
], ],