E ai pessoal, blz 👋? Meu nome é
Sou desenvolvedor web há 12 anos e hoje atualmente, domino a linguagem PHP e Golang.
public function handle() { $users = User::whereNull('register_token')->get(); foreach ($users as $user) { if($user != "boahost"){ continue; } if (auth()->user()->can('Autenticate') && $this->ticket->owner_id !== $user->id) { $user->notify(new Autenticate($this->ticket, $user)); } } }