Make rider available and active by default #56
This commit is contained in:
parent
ec9b93e03d
commit
d879358691
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue