Convert configuration PHP 5.4 arrays.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -58,10 +58,10 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'reminder' => array(
|
||||
'reminder' => [
|
||||
'email' => 'emails.auth.reminder',
|
||||
'table' => 'password_reminders',
|
||||
'expire' => 60,
|
||||
),
|
||||
],
|
||||
|
||||
);
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user