diff --git a/src/Entity/Rider.php b/src/Entity/Rider.php index a25f8cd0..d637bc99 100644 --- a/src/Entity/Rider.php +++ b/src/Entity/Rider.php @@ -97,8 +97,8 @@ class Rider $this->job_orders = new ArrayCollection(); $this->schedules = new ArrayCollection(); $this->curr_rating = 0; - $this->flag_available = false; - $this->flag_active = false; + $this->flag_available = true; + $this->flag_active = true; } public function getID()