Fixed issue with improper array initialization
This commit is contained in:
parent
eef7116142
commit
02be09b5ff
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
class Application_Model_Locale
|
class Application_Model_Locale
|
||||||
{
|
{
|
||||||
private static $domains = [
|
private static $domains = array(
|
||||||
'airtime',
|
'airtime',
|
||||||
'pro',
|
'pro',
|
||||||
];
|
);
|
||||||
|
|
||||||
public static $locales = array(
|
public static $locales = array(
|
||||||
"en_CA" => "English (Canada)",
|
"en_CA" => "English (Canada)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue