更新tp5内核
This commit is contained in:
@@ -16,7 +16,7 @@ class RouteNotFoundException extends HttpException
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct(404);
|
||||
parent::__construct(404, 'Route Not Found');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user