love_php/app/Models/Match/MEarning.php

11 lines
144 B
PHP
Raw Permalink Normal View History

2026-04-02 09:20:51 +08:00
<?php
namespace App\Models\Match;
use Illuminate\Database\Eloquent\Model;
class MEarning extends Model
{
public $table = "m_earnings";
}