Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Mar 27, 2023
1 parent e89377d commit ed3df6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/system/redirect/src/Extension/Redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ final class Redirect extends CMSPlugin implements SubscriberInterface
*/
public static function getSubscribedEvents(): array
{
return [
'onError' => 'handleError',
];
return ['onError' => 'handleError'];
}

/**
Expand Down

0 comments on commit ed3df6a

Please sign in to comment.