fixed tenancy issue
This commit is contained in:
@ -49,6 +49,8 @@ class Contact extends Model
|
||||
*/
|
||||
protected static function booted()
|
||||
{
|
||||
parent::booted();
|
||||
|
||||
static::addGlobalScope(new Scope);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user