wzq 5 anni fa
parent
commit
f3d70a5476
1 ha cambiato i file con 16 aggiunte e 0 eliminazioni
  1. 16 0
      app/Models/PostDislike.php

+ 16 - 0
app/Models/PostDislike.php

@@ -0,0 +1,16 @@
+<?php
+/**
+ * Created by PhpStorm.
+ * User: Administrator
+ * Date: 2019/6/15
+ * Time: 16:12
+ */
+namespace App\Models;
+use Illuminate\Database\Eloquent\Model;
+
+class PostDislike extends Model
+{
+//
+    protected $table = 'post_dislike';
+    protected $guarded = [];
+}