Skip to content

Commit

Permalink
minor: Allow extending managers (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikoff authored May 15, 2024
1 parent 9747d8b commit d12d0da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Service/NotFoundManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

/**
* @author Kevin Bond <[email protected]>
*
* @final
*/
class NotFoundManager
{
Expand Down
2 changes: 0 additions & 2 deletions src/Service/RedirectManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

/**
* @author Kevin Bond <[email protected]>
*
* @final
*/
class RedirectManager
{
Expand Down

0 comments on commit d12d0da

Please sign in to comment.