Guest User

Untitled

a guest
Mar 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public function __construct()
  2. {
  3. if(Auth::check()){
  4. print "yes";
  5. } else {
  6. print "no";
  7. };
  8.  
  9. $this->middleware('auth');
  10.  
  11. }
  12.  
  13. public function index()
  14. {
  15. print " index";
  16. }
Add Comment
Please, Sign In to add comment