Merge remote-tracking branch 'origin/staging' into origin/production
This commit is contained in:
@@ -21,6 +21,10 @@ class Organization extends Model
|
||||
'corporate_id_partner',
|
||||
'phone',
|
||||
'email',
|
||||
'operational_day',
|
||||
'operational_hour',
|
||||
'operational_day_other',
|
||||
'operational_hour_other',
|
||||
];
|
||||
|
||||
// public $with = [
|
||||
|
||||
@@ -25,6 +25,7 @@ class User extends Authenticatable
|
||||
|
||||
protected $connection = 'mysql';
|
||||
protected $fillable = [
|
||||
'organization_id',
|
||||
'person_id',
|
||||
'name',
|
||||
'email',
|
||||
|
||||
Reference in New Issue
Block a user