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

Commit 3ade248

Browse files
committed
its instanceof it seems
1 parent f42c666 commit 3ade248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutoRoute/RouteMaker/DefaultMaker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function __construct(RouteMakerInterface $autoRouteMaker, RouteMakerInter
2525

2626
public function make(RouteStack $routeStack)
2727
{
28-
if ($routeStack instanceOf AutoRouteStack) {
28+
if ($routeStack instanceof AutoRouteStack) {
2929
$this->autoRouteMaker->make($routeStack);
3030
} else {
3131
$this->patcher->make($routeStack);

0 commit comments

Comments
 (0)