/home/techb158/exp.abdallabala.com/vendor/illuminate/database/Eloquent
NameSizeModeActions
Concerns/-0755rm
Relations/-0755rm
Builder.php396380644editdlrm
Collection.php144650644editdlrm
Factory.php75950644editdlrm
FactoryBuilder.php109730644editdlrm
HigherOrderBuilderProxy.php10150644editdlrm
JsonEncodingException.php9000644editdlrm
MassAssignmentException.php1370644editdlrm
Model.php423990644editdlrm
ModelNotFoundException.php12240644editdlrm
QueueEntityResolver.php6770644editdlrm
RelationNotFoundException.php7920644editdlrm
Scope.php3500644editdlrm
SoftDeletes.php47110644editdlrm
SoftDeletingScope.php36220644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/illuminate/database/Eloquent/ModelNotFoundException.php (1224B)
model = $model; $this->ids = Arr::wrap($ids); $this->message = "No query results for model [{$model}]"; if (count($this->ids) > 0) { $this->message .= ' '.implode(', ', $this->ids); } else { $this->message .= '.'; } return $this; } /** * Get the affected Eloquent model. * * @return string */ public function getModel() { return $this->model; } /** * Get the affected Eloquent model IDs. * * @return int|array */ public function getIds() { return $this->ids; } }