Closed sandy15d closed 3 years ago
@sandy15d please use the shouldBeShown
method on the command when working with dependencies that need to be resolved:
public function shouldBeShown(Request $request): bool
{
return $request->user()->role == 'A;
}
More info: https://github.com/livewire-ui/spotlight#register-commands
` public function boot() {