HipsterJazzbo\Landlord\Exceptions\ModelNotFoundForTenantException::setModel PHP Метод

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

public setModel ( string $model, integer | array $ids = [] )
$model string
$ids integer | array
    public function setModel($model, $ids = [])
    {
        $this->model = $model;
        $this->message = "No query results for model [{$model}] when scoped by tenant.";
        return $this;
    }
ModelNotFoundForTenantException