remove unused code
This commit is contained in:
parent
1eba808974
commit
c3a0018219
|
|
@ -1,31 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
namespace App\Events;
|
|
||||||
|
|
||||||
use App\Models\Player;
|
|
||||||
|
|
||||||
class GetPlayerJson extends Event
|
|
||||||
{
|
|
||||||
public $player;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* CSL_API = 0
|
|
||||||
* USM_API = 1.
|
|
||||||
*
|
|
||||||
* @var int
|
|
||||||
*/
|
|
||||||
public $apiType;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a new event instance.
|
|
||||||
*
|
|
||||||
* @param int $apiType
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function __construct(Player $player, $apiType)
|
|
||||||
{
|
|
||||||
$this->player = $player;
|
|
||||||
$this->apiType = $apiType;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user