model = $model; $this->message = "No query results for model [{$model}]."; return $this; } /** * Get the affected Eloquent model. * * @return string */ public function getModel() { return $this->model; } }