Convert language PHP 5.4 arrays.
This commit is contained in:
parent
a1547b30ad
commit
5f5cc828d3
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -23,4 +23,4 @@
|
|||
|
||||
"reset" => "Password has been reset!",
|
||||
|
||||
);
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue