Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Commit

Permalink
Removed useless function
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonw4331 committed Sep 16, 2020
1 parent 7ecab66 commit 256b9c2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/MyPlot/events/MyPlotPlayerLeavePlotEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,4 @@ public function __construct(Plot $plot, Player $player) {
public function getPlayer() : Player {
return $this->player;
}

/**
* @param Player $player
*
* @return self
*/
public function setPlayer(Player $player) : self {
$this->player = $player;
return $this;
}
}

0 comments on commit 256b9c2

Please sign in to comment.