remove unused code
This commit is contained in:
parent
c87d19f258
commit
52629f6cc4
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user