From 5b2d2743a606d8bb9116d27ad05d93db9889cd7b Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Tue, 31 Dec 2019 11:27:51 +0800 Subject: [PATCH] remove unused code --- app/Models/Player.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/Models/Player.php b/app/Models/Player.php index 8a0fd973..bd180fc6 100644 --- a/app/Models/Player.php +++ b/app/Models/Player.php @@ -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'];