'boolean', 'in_app_enabled' => 'boolean', ]; public function notificationTemplate() { return $this->belongsTo(NotificationTemplate::class); } public function user() { return $this->belongsTo(User::class); } }