love_php/app/Models/ProfileRight.php

11 lines
105 B
PHP
Raw Normal View History

2026-04-02 09:20:51 +08:00
<?php
namespace App\Models;
use App\Models\Base as Model;
class ProfileRight extends Model
{
//
}