Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit a6a3485

Browse files
committed
Fix typo
1 parent 5e3a8f6 commit a6a3485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VectorNetworkProject/TheMix/event/game/PlayerLevelChangeEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getNewLevel(): int
5454
*
5555
* @return int
5656
*/
57-
public function getOldlevel(): int
57+
public function getOldLevel(): int
5858
{
5959
return $this->oldlevel;
6060
}

0 commit comments

Comments
 (0)