Make rider session auto active #131

This commit is contained in:
Kendrick Chan 2018-05-24 16:24:11 +08:00
parent 2dddcfb35f
commit c322ffe016

View file

@ -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()