Merge branch '38-api-register-bug-title-required' into 'master'

Resolve "API register bug, title required"

Closes #38

See merge request jankstudio/resq!35
This commit is contained in:
Kendrick Chan 2018-03-07 13:31:20 +00:00
commit bc9bd729f9

View file

@ -112,6 +112,7 @@ class Customer
$this->customer_classification = CustomerClassification::REGULAR;
$this->customer_notes = '';
$this->title = '';
$this->flag_confirmed = false;
$this->flag_mobile_app = false;