This commit is contained in:
2021-09-10 14:08:25 +08:00
parent 5c1ceb7e97
commit af83bfda42
+1
View File
@@ -85,6 +85,7 @@ class ServerRequest extends Request implements ServerRequestInterface
}
return $posts;
} catch (\Throwable $throwable) {
var_dump($throwable->getMessage());
return $posts;
}
});