Silber\Bouncer\Conductors\Traits\ConductsAbilities::toOwn PHP Метод

toOwn() публичный Метод

Allow/disallow owning the given model.
public toOwn ( string $model, array $attributes = [] ) : void
$model string
$attributes array
Результат void
    public function toOwn($model, array $attributes = [])
    {
        return $this->to('*', $model, $attributes + ['only_owned' => true]);
    }