Skip to content

Commit dbc70a0

Browse files
committed
v1.6.1 up decoration priority to 1001
1 parent 258ce5c commit dbc70a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpExceptionResponseDevPluginConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class HttpExceptionResponseDevPluginConfiguration extends PluginConfiguration implements HttpExceptionResponseDevPluginConfigurationInterface
2323
{
2424
public const CFG_DECORATED_WEIGHT = 'MICRO_HTTP_EXCEPTION_DEV_PAGE_DECORATION_WEIGHT';
25-
public const DECORATED_DEFAULT = 200;
25+
public const DECORATED_DEFAULT = 1001;
2626

2727
public function getProjectDir(): string
2828
{

0 commit comments

Comments
 (0)