Skip to content

Commit 057e26c

Browse files
Enhance Team Management and Validation in Genealogy Laravel
1 parent 5580700 commit 057e26c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/Exceptions/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ public function register(): void
4848
});
4949
}
5050
}
51-
}
51+
}

app/Http/Livewire/CreateTeam.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ public function createTeam(\Laravel\Jetstream\Contracts\CreatesTeams $creator)
2525

2626
return redirect()->route('filament.pages.edit-team', ['team' => $team]);
2727
}
28-
}
28+
}

app/Providers/EventServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public function shouldDiscoverEvents(): bool
3131
{
3232
return false;
3333
}
34-
}
34+
}

app/Providers/TeamServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ public function boot(): void
3636
{
3737
}
3838
}
39-
}
39+
}

database/factories/PersonAnciFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ public function definition()
2828
];
2929
}
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)