- Fixed definition directory
This commit is contained in:
parent
02bdf3fea3
commit
e55292fba7
|
@ -1,13 +1,11 @@
|
|||
<?php
|
||||
|
||||
$path = __DIR__;
|
||||
|
||||
return [
|
||||
'assets.webcomponent' => [
|
||||
'picea' => [
|
||||
'asset' => [
|
||||
[
|
||||
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]),
|
||||
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
|
||||
'order' => 10
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue