fix build: replace array with []

This commit is contained in:
prplwtf 2024-03-16 14:08:18 +01:00
parent f19b88408b
commit e681ed2ada

View file

@ -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]'])