App\Libraries\Utils::allowNewAccounts PHP Метод

allowNewAccounts() публичный статический Метод

public static allowNewAccounts ( )
    public static function allowNewAccounts()
    {
        return Utils::isNinja() || Auth::check();
    }