App\Libraries\Utils::allowNewAccounts PHP Méthode

allowNewAccounts() public static méthode

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