user(); if (! $user || ! Feature::for($user)->active('open-banking')) { abort(404); } return $next($request); } }