Xy28List.php 196 B

12345678910111213141516
  1. <?php
  2. namespace App\Models;
  3. use Illuminate\Support\Facades\Log;
  4. use DB;
  5. /**
  6. *
  7. */
  8. class Xy28List extends BaseModel {
  9. protected $table = 'xy28_gamebuy_list';
  10. public $timestamps = false;
  11. }
  12. ?>