refactor:拆分 API 路由与请求校验,统一 final 类和代码风格
This commit is contained in:
@@ -6,7 +6,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
|
||||
/** 单注对 Jackpot 的蓄水 {@see jackpot_contributions} */
|
||||
class JackpotContribution extends Model
|
||||
final class JackpotContribution extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'jackpot_pool_id',
|
||||
|
||||
Reference in New Issue
Block a user