Skip to content

Commit 3970823

Browse files
committed
Forgotten stop
1 parent 82d63f0 commit 3970823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kernel/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public function http($output = true)
110110
{
111111
$fail = null;
112112
$response = null;
113+
113114
$http = new Http(self::request());
114115
try {
115116
$response = $http->handler();
@@ -252,7 +253,6 @@ public static function route($uri)
252253
public static function beautifulTrace(array $trace, bool $filter = true): array
253254
{
254255
$stack = [];
255-
stop($trace);
256256
foreach ($trace as $value) {
257257
$trace = off($value, 'function');
258258
if ($trace === 'call_user_func_array') {

0 commit comments

Comments
 (0)