Skip to content

Commit ea8f039

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent fb152b4 commit ea8f039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Platform/Providers/EventServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class EventServiceProvider extends ServiceProvider
2828
*/
2929
public function shouldDiscoverEvents()
3030
{
31-
if(isset(static::$shouldDiscoverEvents)) {
31+
if (isset(static::$shouldDiscoverEvents)) {
3232
return get_class($this) === __CLASS__ && static::$shouldDiscoverEvents === true;
3333
}
3434

0 commit comments

Comments
 (0)