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