浏览代码

attachment fattura model

FabioFratini 9 月之前
父节点
当前提交
e1fb396ea8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Models/Record.php

+ 1 - 0
app/Models/Record.php

@@ -26,6 +26,7 @@ class Record extends Model
         'financial_movement',
         'amount',
         'numero_fattura',
+        'attachment'
     ];
 
     public function member()