You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Messages come from php, not directly from here. Usually this is due to the incorrect version of PHP being used to attempt to compile the code, you can force a specific path to PHP in the settings if you don't want to change the $PATH environment to point to the one you are expecting.
PHP Syntax Check: Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW) in your code on line 1
The code I am using is simple:
'cust_message' =>
array (
'en' => 'Hello',
'es’ => ‘Hola',
),
Any suggestions ?
The text was updated successfully, but these errors were encountered: