Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed May 3, 2024
1 parent fb152b4 commit ea8f039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Platform/Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class EventServiceProvider extends ServiceProvider
*/
public function shouldDiscoverEvents()
{
if(isset(static::$shouldDiscoverEvents)) {
if (isset(static::$shouldDiscoverEvents)) {
return get_class($this) === __CLASS__ && static::$shouldDiscoverEvents === true;
}

Expand Down

0 comments on commit ea8f039

Please sign in to comment.