Have you tried the following? $this->middleware('auth.permission:something');
Or perhaps like this: $this->middleware('auth.permission', ['something']);
I haven't tried this myself, this is just a wild guess.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community