refactor:拆分 API 路由与请求校验,统一 final 类和代码风格
This commit is contained in:
@@ -6,7 +6,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
|
||||
/** 赔付池事实表 {@see risk_pools} */
|
||||
class RiskPool extends Model
|
||||
final class RiskPool extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'draw_id',
|
||||
|
||||
Reference in New Issue
Block a user