Skip to content

Commit

Permalink
Typo (non-breaking)
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
subfission committed Jan 21, 2016
1 parent 1e5a031 commit 25d2f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Subfission/Cas/Middleware/CASAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public function handle($request, Closure $next)
}
// We setup CAS here to reduce the amount of objects we need to build at runtime. This
// way, we only create the CAS calls only if the user has not yet authenticated.
session()->put('cas_user', $this->cas->User());
session()->put('cas_user', $this->cas->user());
}

return $next($request);
}
}
}

0 comments on commit 25d2f38

Please sign in to comment.