fix build
: replace array with []
This commit is contained in:
parent
f19b88408b
commit
e681ed2ada
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
@yield("entry", array('EXTENSION_ID' => '[id]', 'EXTENSION_NAME' => '[name]', 'EXTENSION_VERSION' => '[version]', 'EXTENSION_ICON' => '[icon]'))
|
||||
@yield("entry", ['EXTENSION_ID' => '[id]', 'EXTENSION_NAME' => '[name]', 'EXTENSION_VERSION' => '[version]', 'EXTENSION_ICON' => '[icon]'])
|
Loading…
Reference in a new issue