remove unused code

This commit is contained in:
Pig Fang 2020-01-13 09:32:44 +08:00
parent c87d19f258
commit 52629f6cc4

View File

@ -1,20 +0,0 @@
<?php
namespace App\Events;
class CheckPlayerExists extends Event
{
public $playerName;
/**
* Create a new event instance.
*
* @param string $playerName
*
* @return void
*/
public function __construct($playerName)
{
$this->playerName = $playerName;
}
}