App\Managers\SettingManager::has PHP Method

has() public method

public has ( $key ) : mixed
$key
return mixed
    public function has($key)
    {
        return (new SettingModel())->has($key);
    }