We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304f653 commit 59050e8Copy full SHA for 59050e8
src/Request/Request.php
@@ -76,7 +76,8 @@ class Request implements
76
77
public const EVCS_SITE_RESPONSE = 'evcs_site';
78
79
- public const EVCS_SITE_EXCEPTION_MESSAGE = 'This is a site with an external version control system so this is not supported.';
+ public const EVCS_SITE_EXCEPTION_MESSAGE =
80
+ 'This is a site with an external version control system so this is not supported.';
81
82
public const STA_SITE_RESPONSE = 'sta_site';
83
0 commit comments