<?php /** * Created by PhpStorm. * User: Administrator * Date: 2019/4/23 * Time: 10:21 */ namespace App\Transfer; use Illuminate\Database\Eloquent\Model; class Notice extends Model { protected $connection = "transfer_center"; protected $table = "qs_notice"; protected $guarded = []; }