App\Libraries\Utils::allowNewAccounts PHP Method

allowNewAccounts() public static method

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