Skip to content

Commit

Permalink
fix: DefinedRouteCollector to use RouteCollectionInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed May 24, 2024
1 parent e4e1a04 commit fa31017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Router/DefinedRouteCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
final class DefinedRouteCollector
{
public function __construct(private readonly RouteCollection $routeCollection)
public function __construct(private readonly RouteCollectionInterface $routeCollection)
{
}

Expand Down

0 comments on commit fa31017

Please sign in to comment.