芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/avenida/vendor/illuminate/database/Eloquent/ModelNotFoundException.php
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; } }