diff --git a/app/Models/Orders.php b/app/Models/Orders.php index f264d85..eec5846 100755 --- a/app/Models/Orders.php +++ b/app/Models/Orders.php @@ -31,7 +31,6 @@ class Orders extends SoftDeletesModel */ public function needAgreements() { - dd($this->orderAgreements->toArray()); if ($this->paramedic_id && $this->project->agreement == 1 && strtotime($this->created_at) >= strtotime(Orders::AGREEMENT_START_DATE)