Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit cf18943

Browse files
committed
Fix AutoRouteInterface BC breaks
1 parent 49d2fa7 commit cf18943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/AutoRoute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function setType($type)
5050
$this->setDefault('type', $type);
5151
}
5252

53-
public function setRedirectTarget(AutoRouteInterface $redirectRoute)
53+
public function setRedirectTarget($redirectRoute)
5454
{
5555
$this->redirectRoute = $redirectRoute;
5656
}

0 commit comments

Comments
 (0)