PostShare.php 274 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Administrator
  5. <<<<<<< HEAD
  6. * Date: 2019-06-18
  7. * Time: 17:14
  8. */
  9. namespace App\Models;
  10. use Illuminate\Database\Eloquent\Model;
  11. class PostShare extends Model {
  12. protected $table = 'post_share';
  13. protected $guarded = [];
  14. }