mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
Unrelated code cleanup.
This commit is contained in:
@@ -52,7 +52,7 @@ class UserController extends Controller
|
||||
return $next($request);
|
||||
}
|
||||
);
|
||||
$this->middleware(IsLimitedUser::class)->except(['index','show']);
|
||||
$this->middleware(IsLimitedUser::class)->except(['index', 'show']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user