jeffgreco13 / filament-breezy

MIT License
771 stars 133 forks source link

Redundant slug declaration #372

Closed juliangums closed 4 months ago

juliangums commented 4 months ago

I think this isn't actually used: https://github.com/jeffgreco13/filament-breezy/blob/2.x/src/Pages/MyProfilePage.php#L11

Looks like it is just pulled from the plugin declaration https://github.com/jeffgreco13/filament-breezy/blob/2.x/src/Pages/MyProfilePage.php#L32

And the default is already in here https://github.com/jeffgreco13/filament-breezy/blob/2.x/src/BreezyCore.php#L150

juliangums commented 4 months ago

Created a PR for it https://github.com/jeffgreco13/filament-breezy/pull/373

juliangums commented 4 months ago

@jeffgreco13 closing this as you've merged the PR