love_php/app/Server/ReportFile.php
2026-04-02 09:20:51 +08:00

12 lines
166 B
PHP

<?php
namespace App\Server;
use Illuminate\Database\Eloquent\Model;
class ReportFile extends Model
{
protected $fillable = [];
protected $guarded = [];
}