Convert language PHP 5.4 arrays.

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

View File

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