瀏覽代碼

:art: formatting

visuddhinanda 2 年之前
父節點
當前提交
56dcb9dce6
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      app/Models/UserDict.php

+ 4 - 1
app/Models/UserDict.php

@@ -13,5 +13,8 @@ class UserDict extends Model
 	protected $casts = [
 		'id' => 'string'
 	];
-	protected $fillable = ['id','word','type','grammar','parent','mean','note','factors','factor_mean','source','create_time','creator_id','dict_id'];
+	protected $fillable = ['id','word','type','grammar',
+                            'parent','mean','note','factors',
+                            'factor_mean','source','create_time',
+                            'creator_id','dict_id'];
 }