remove unused code
This commit is contained in:
parent
d4202149e1
commit
5b2d2743a6
|
|
@ -12,11 +12,6 @@ class Player extends Model
|
|||
public const CREATED_AT = null;
|
||||
public const UPDATED_AT = 'last_modified';
|
||||
|
||||
const CSL_API = 0;
|
||||
const USM_API = 1;
|
||||
|
||||
protected static $types = ['skin', 'cape'];
|
||||
|
||||
public $primaryKey = 'pid';
|
||||
protected $fillable = ['uid', 'name', 'last_modified'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user