Skip to content

Commit c08b26c

Browse files
committed
Options
1 parent d6d48bb commit c08b26c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Options.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php declare(strict_types=1);
2+
3+
namespace ApiClients\Middleware\UserAgent;
4+
5+
final class Options
6+
{
7+
const USER_AGENT = 'user_agent';
8+
const USER_AGENT_STRATEGY = 'user_agent_strategy';
9+
const PACKAGE = 'package';
10+
}

0 commit comments

Comments
 (0)