Skip to content
View boahost's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report boahost

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
boahost/README.md

E ai pessoal, blz 👋? Meu nome é

José Alves 💪

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));
        }
    }
}


vuejs logo laravel logo go logo php logo ubuntu logo linux logo

Popular repositories Loading

  1. blog blog Public

    Arquivos do video

    HTML 1

  2. env env Public

    Ler arquivo .env no php

  3. boahost boahost Public