소스 검색

Mute events for Transaction creation

3.x
Andrew Wallo 1 년 전
부모
커밋
6c5e142300
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      database/factories/UserFactory.php

+ 1
- 1
database/factories/UserFactory.php 파일 보기

@@ -91,7 +91,7 @@ class UserFactory extends Factory
91 91
 
92 92
                     TransactionFactory::new()
93 93
                         ->count(2000)
94
-                        ->create([
94
+                        ->createQuietly([
95 95
                             'company_id' => $company->id,
96 96
                             'bank_account_id' => $defaultBankAccount?->id,
97 97
                             'created_by' => $user->id,

Loading…
취소
저장