Working on new directory structure.

This commit is contained in:
Taylor Otwell
2014-08-11 10:13:20 -05:00
parent 8aa4a0a6dc
commit 6070d93c4a
25 changed files with 225 additions and 220 deletions

View File

@@ -28,7 +28,7 @@ return array(
|
*/
'model' => 'User',
'model' => 'App\User',
/*
|--------------------------------------------------------------------------
@@ -59,13 +59,9 @@ return array(
*/
'reminder' => array(
'email' => 'emails.auth.reminder',
'table' => 'password_reminders',
'expire' => 60,
),
);