Guest User

Untitled

a guest
Jan 23rd, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. if (Auth::attempt ( array (
  2. 'email' => $request->get ( 'email' ),
  3. 'password' => $request->get ( 'password' ),
  4. 'role_id'=>1|2|3,
  5. )
  6.  
  7. if (Auth::attempt ( array (
  8. 'email' => $request->get ( 'email' ),
  9. 'password' => $request->get ( 'password' ),
  10. 'role_id'=>1,
  11. )
Add Comment
Please, Sign In to add comment