<?php /** * Created by PhpStorm. * User: Administrator <<<<<<< HEAD * Date: 2019-06-18 * Time: 17:14 */ namespace App\Models; use Illuminate\Database\Eloquent\Model; class PostShare extends Model { protected $table = 'post_share'; protected $guarded = []; }