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 d358a83 commit d6ab0d7Copy full SHA for d6ab0d7
src/Options.php
@@ -4,7 +4,6 @@
4
5
final class Options
6
{
7
- const USER_AGENT = 'user_agent';
8
- const USER_AGENT_STRATEGY = 'user_agent_strategy';
9
- const PACKAGE = 'package';
+ const STRATEGY = 'user_agent_strategy';
+ const PACKAGE = 'package';
10
}
0 commit comments