Skip to content

Commit dd526db

Browse files
committed
Fix error when the router is not built
1 parent 7132d2f commit dd526db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WaterPipe/WaterPipe.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ public function run()
126126
{
127127
$this->_isRunning = true;
128128

129+
Request::capture();
130+
129131
$this->_executeRequest();
130132
}
131133

0 commit comments

Comments
 (0)