Convert language PHP 5.4 arrays.

This commit is contained in:
serhatdurum
2014-08-28 13:08:05 +03:00
parent a1547b30ad
commit 5f5cc828d3

View File

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