From 3bbc69a4895bcc79c20096e6b3e7084c3410bbe1 Mon Sep 17 00:00:00 2001 From: Martijn van Nieuwenhoven Date: Thu, 15 Aug 2024 14:21:48 +0200 Subject: [PATCH] Add composer generator --- src/Generators/CombinedGenerator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Generators/CombinedGenerator.php b/src/Generators/CombinedGenerator.php index 8e6da5f..094cd3d 100644 --- a/src/Generators/CombinedGenerator.php +++ b/src/Generators/CombinedGenerator.php @@ -22,6 +22,7 @@ public function generators(): array RequestGenerator::class, ResourceGenerator::class, PermissionSeederGenerator::class, + ComposerGenerator::class, ]; }