dd/app/Models/BoxGithubTag.php
2025-07-03 15:28:46 +08:00

13 lines
186 B
PHP
Executable File

<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class BoxGithubTag extends Model
{
protected $table = 'box_github_tag';
public $timestamps = false;
}