Нет описания
<?php namespace App\Models; use App\Support\Log; use Illuminate\Database\Eloquent\Model; class KxThree9LuckyGifts extends Model { public $timestamps = false; protected $table = 'kx_three9_lucky_gifts'; protected static $unguarded = true; }