Merge branch '131-make-rider-registration-auto-activate' into 'master'
Resolve "Make rider registration auto-activate" Closes #131 See merge request jankstudio/resq!112
This commit is contained in:
commit
3f91af0fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class RiderSession
|
||||||
// default date generated to now
|
// default date generated to now
|
||||||
$this->id = $this->generateKeyID();
|
$this->id = $this->generateKeyID();
|
||||||
$this->rider = null;
|
$this->rider = null;
|
||||||
$this->is_active = false;
|
$this->is_active = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function generateKeyID()
|
public function generateKeyID()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue