Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanashi committed Nov 17, 2024
1 parent 5e66b67 commit 3fccbef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/lib/system/gridView/DiscordBotListGridView.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ protected function createObjectList(): DatabaseObjectList
}

#[Override]
protected function getInitializedEvent(): ?IPsr14Event
{
return new DiscordBotListGridViewInitialized($this);
}
protected function getInitializedEvent(): ?IPsr14Event
{
return new DiscordBotListGridViewInitialized($this);
}
}

0 comments on commit 3fccbef

Please sign in to comment.