App\Services\Repositories\Repository::offsetUnset PHP Méthode

offsetUnset() public méthode

Unset a option option.
public offsetUnset ( string $key ) : void
$key string
Résultat void
    public function offsetUnset($key)
    {
        $this->forget($key);
    }