createsNotification = $createsNotification; } public function execute(NotificationObject $object) { $notification = $this->createsNotification->execute($object); return $notification; } }