<?php /** * Created by PhpStorm. * User: Administrator * Date: 2019/6/15 * Time: 13:35 */ namespace App\Models; use Illuminate\Database\Eloquent\Model; class PostCollect extends Model { // protected $table = 'post_collect'; protected $guarded = []; }