chenxiqiang 6 лет назад
Родитель
Сommit
a9a55772af
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      manage-server/app/Models/ProductClassify.php

+ 2
- 0
manage-server/app/Models/ProductClassify.php Просмотреть файл

@@ -6,6 +6,8 @@ use Illuminate\Database\Eloquent\Model;
6 6
 
7 7
 class ProductClassify extends Model
8 8
 {
9
+
10
+    public $timestamps = false;
9 11
     protected $fillable = [
10 12
         'classify', // 产品分类
11 13
     ];

Загрузка…
Отмена
Сохранить