Make rider session auto active #131
This commit is contained in:
parent
2dddcfb35f
commit
c322ffe016
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