github-pachong/app/Models/HttpQueue.php
hellcat c69d35d1bb 1
2026-01-10 16:40:33 +08:00

16 lines
190 B
PHP
Executable File

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