Merge branch '56-make-rider-available-by-default' into 'master'
Resolve "Make rider available by default" Closes #56 See merge request jankstudio/resq!49
This commit is contained in:
commit
6c80598983
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue