Skip to content

Commit

Permalink
feat: Updated database/factories/FamilyEventFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 10, 2024
1 parent 5e01ca2 commit 885b4f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion database/factories/FamilyEventFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

namespace Database\Factories;

use Illuminate\Database\Eloquent\Factories\Factory;

use App\Models\Family;
use App\Models\FamilyEvent;
use App\Models\Place;
use Illuminate\Database\Eloquent\Factories\Factory;

class FamilyEventFactory extends Factory
{
Expand Down

0 comments on commit 885b4f0

Please sign in to comment.