Guest User

Untitled

a guest
Nov 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public function __construct()
  2. {
  3. $auth = UserRepository::check();
  4. return $auth;
  5. }
  6.  
  7. public function test() {
  8. dd($auth);
  9. }
Add Comment
Please, Sign In to add comment