'object' ]; } /** * The event map for the model. * * @var array */ protected $dispatchesEvents = [ 'created' => FormIntegrationsEventCreated::class, ]; public function integration() { return $this->belongsTo(FormIntegration::class, 'integration_id'); } }