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:
Kendrick Chan 2018-05-24 08:24:54 +00:00
commit 3f91af0fd0

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