mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Update middleware after upgrade to Laravel 5.2
This commit is contained in:
@@ -45,7 +45,7 @@ class Range
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function handle(Request $request, Closure $theNext)
|
||||
public function handle($request, Closure $theNext, $guard = null)
|
||||
{
|
||||
if ($this->auth->check()) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user