Przeglądaj źródła

新增自定义字段接口

chenxiqiang 6 lat temu
rodzic
commit
29694b2d5a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      manage-server/app/Models/RewardPrice.php

+ 1
- 0
manage-server/app/Models/RewardPrice.php Wyświetl plik

@@ -6,6 +6,7 @@ use Illuminate\Database\Eloquent\Model;
6 6
 
7 7
 class RewardPrice extends Model
8 8
 {
9
+    public $timestamps = false;
9 10
 
10 11
     protected $fillable = [
11 12
         'price',

Loading…
Anuluj
Zapisz