Parcourir la source

Mute events for Transaction creation

3.x
Andrew Wallo il y a 1 an
Parent
révision
6c5e142300
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      database/factories/UserFactory.php

+ 1
- 1
database/factories/UserFactory.php Voir le fichier

@@ -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,

Chargement…
Annuler
Enregistrer