Add TODO for country code prefix. #270
This commit is contained in:
parent
341db63735
commit
58c671fe88
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ use App\Ramcar\CustomerClassification;
|
|||
*/
|
||||
class Customer
|
||||
{
|
||||
// TODO: make this a setting somewhere
|
||||
const COUNTRY_CODE_PREFIX = '+60';
|
||||
|
||||
// unique id
|
||||
|
|
|
|||
Loading…
Reference in a new issue