Resolve "Make rider registration auto-activate" #923
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class RiderSession
|
|||
// default date generated to now
|
||||
$this->id = $this->generateKeyID();
|
||||
$this->rider = null;
|
||||
$this->is_active = false;
|
||||
$this->is_active = true;
|
||||
}
|
||||
|
||||
public function generateKeyID()
|
||||
|
|
|
|||
Loading…
Reference in a new issue