Skip to content

Commit

Permalink
Update EditKnowledgeBaseItem.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jul 31, 2024
1 parent 1380194 commit a61ee16
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ public function form(Form $form): Form
]);
}

protected function mutateFormDataBeforeSave(array $data): array
{
ray($data);
return parent::mutateFormDataBeforeSave($data); // TODO: Change the autogenerated stub
}

protected function getSavedNotificationTitle(): ?string
{
return 'Article details successfully saved';
Expand Down

0 comments on commit a61ee16

Please sign in to comment.