Convert language PHP 5.4 arrays.

This commit is contained in:
serhatdurum 2014-08-28 13:07:32 +03:00
parent bde518b59c
commit a1547b30ad

View File

@ -1,6 +1,6 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@ -17,4 +17,4 @@ return array(
'next' => 'Next &raquo;',
);
];