Skip to content

Commit

Permalink
remove fields from factory
Browse files Browse the repository at this point in the history
  • Loading branch information
AravindRam-Ranium committed Mar 6, 2024
1 parent 1377424 commit 14e1c13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions database/factories/ConsentOptionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public function definition(): array
'text' => $this->faker->paragraph,
'is_mandatory' => 1,
'is_current' => 1,
'additional_info' => false,
'fields' => [],
'force_user_update' => 1,
'enabled' => 1,
'models' => config('filament-user-consent.models'),
Expand Down

0 comments on commit 14e1c13

Please sign in to comment.