Convert language PHP 5.4 arrays.

This commit is contained in:
serhatdurum 2014-08-28 13:08:05 +03:00
parent a1547b30ad
commit 5f5cc828d3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -23,4 +23,4 @@
"reset" => "Password has been reset!",
);
];