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