Resolve "Make rider available by default" #860

Merged
jankstudio merged 1 commit from 56-make-rider-available-by-default into master 2018-03-16 04:03:37 +00:00

View file

@ -97,8 +97,8 @@ class Rider
$this->job_orders = new ArrayCollection(); $this->job_orders = new ArrayCollection();
$this->schedules = new ArrayCollection(); $this->schedules = new ArrayCollection();
$this->curr_rating = 0; $this->curr_rating = 0;
$this->flag_available = false; $this->flag_available = true;
$this->flag_active = false; $this->flag_active = true;
} }
public function getID() public function getID()