ソースを参照

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,

読み込み中…
キャンセル
保存