'datetime:Y-m-d H:i:s', 'updated_at' => 'datetime:Y-m-d H:i:s', ]; protected $table = 'global_users'; public function tenant() { return $this->belongsTo(config('tenancy.tenant_model')); } }