Skip to content

Commit 21c7b92

Browse files
committed
Route
1 parent 8163bd3 commit 21c7b92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/FlowManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ protected function registerRoutes()
140140
}
141141
}
142142
foreach ($this->flows as $flow) {
143-
if ($flow->getRoute()) {
144-
$this->router->add($flow->getRoute(), $flow);
143+
if ($route=$flow->getRoute()) {
144+
$this->router->add($route, $flow);
145145
}
146146
}
147147
}

0 commit comments

Comments
 (0)