소스 검색

wip: fix DefaultSettingService.php

3.x
wallo 2 년 전
부모
커밋
06dfe6e391
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      app/Services/DefaultSettingService.php

+ 2
- 2
app/Services/DefaultSettingService.php 파일 보기

@@ -31,8 +31,8 @@ class DefaultSettingService
31 31
             'purchase_tax_id' => $purchaseTax->id,
32 32
             'sales_discount_id' => $salesDiscount->id,
33 33
             'purchase_discount_id' => $purchaseDiscount->id,
34
-            'created_by' => $company->owner->id,
35
-            'updated_by' => $company->owner->id,
34
+            'created_by' => Auth::id(),
35
+            'updated_by' => Auth::id(),
36 36
         ];
37 37
 
38 38
         DefaultSetting::create($defaultSettings);

Loading…
취소
저장