This commit is contained in:
2023-07-25 10:09:06 +08:00
parent e832a2721c
commit 00cd571ffe
7 changed files with 24 additions and 50 deletions
+4 -5
View File
@@ -14,11 +14,10 @@ class Options extends AbstractRequestMethod implements InjectRouteInterface
{
/**
* @param string $path
*/
/**
* @param string $path
* @param string $version
*/
public function __construct(readonly public string $path, readonly public string $version = 'v1')
{
}