diff --git a/database/factories/LicenseFactory.php b/database/factories/LicenseFactory.php index a70c546c..6b0545ac 100644 --- a/database/factories/LicenseFactory.php +++ b/database/factories/LicenseFactory.php @@ -36,4 +36,4 @@ public function definition(): array 'category' => Str::random(40), ]; } -} \ No newline at end of file +}