remove unused code

This commit is contained in:
Pig Fang 2019-12-31 11:27:51 +08:00
parent d4202149e1
commit 5b2d2743a6

View File

@ -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'];