Skip to content

Instantly share code, notes, and snippets.

@shinigamicorei7
Created January 7, 2015 13:51
Show Gist options
  • Save shinigamicorei7/47805d0a1c935224281b to your computer and use it in GitHub Desktop.
Save shinigamicorei7/47805d0a1c935224281b to your computer and use it in GitHub Desktop.
return array(
/*'driver' => 'eloquent',
'model' => 'User',
'table' => 'users',*/
'multi' => array(
'user' => array(
'driver' => 'eloquent',
'model' => 'User'
),
'admin' => array(
'driver' => 'database',
'table' => 'adminitracion'
)
),
'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