Created
January 7, 2015 17:33
-
-
Save shinigamicorei7/485549837c03b681103d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return array( | |
'multi'=>[ | |
'user' => [ | |
'driver' => 'eloquent', | |
'model' => 'User' | |
], | |
'admin' => [ | |
'driver' => 'eloquent', | |
'model' => 'Administrators' | |
] | |
], | |
'reminder' => array( | |
'email' => 'emails.auth.reminder', | |
'table' => 'password_reminders', | |
'expire' => 60, | |
), | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment