completed clients and MNO module
This commit is contained in:
@@ -51,4 +51,14 @@ class Client extends Model
|
||||
}
|
||||
return $service_name_arr;
|
||||
}
|
||||
|
||||
protected $casts = [
|
||||
'connections' => 'array',
|
||||
'message_types' => 'array',
|
||||
'services' => 'array',
|
||||
'support_emails' => 'array',
|
||||
'rate_emails' => 'array',
|
||||
'support_skype' => 'array',
|
||||
'support_phones' => 'array',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user