Fixed issue with improper array initialization
This commit is contained in:
parent
eef7116142
commit
02be09b5ff
|
@ -2,10 +2,10 @@
|
|||
|
||||
class Application_Model_Locale
|
||||
{
|
||||
private static $domains = [
|
||||
private static $domains = array(
|
||||
'airtime',
|
||||
'pro',
|
||||
];
|
||||
);
|
||||
|
||||
public static $locales = array(
|
||||
"en_CA" => "English (Canada)",
|
||||
|
|
Loading…
Reference in New Issue