Skip to content

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Mar 28, 2023
1 parent fdbb886 commit cdc1110
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Controller/AbstractController.php
Original file line number Diff line number Diff line change
@@ -137,6 +137,5 @@ protected function toastWarning(string $content): ToastEvent {
$toast = ToastFactory::newWarningToast($content);

return $this->toast(ToastEvent::WARNING, $toast);

}
}

0 comments on commit cdc1110

Please sign in to comment.