qqq
This commit is contained in:
@@ -18,7 +18,6 @@ class Delete extends AbstractRequestMethod implements InjectRouteInterface
|
||||
/**
|
||||
* @param string $path
|
||||
* @param string $version
|
||||
* @param bool $enableOption
|
||||
*/
|
||||
public function __construct(readonly public string $path, readonly public string $version = 'v1')
|
||||
{
|
||||
|
||||
@@ -18,7 +18,6 @@ class Get extends AbstractRequestMethod implements InjectRouteInterface
|
||||
/**
|
||||
* @param string $path
|
||||
* @param string $version
|
||||
* @param bool $enableOption
|
||||
*/
|
||||
public function __construct(readonly public string $path, readonly public string $version = 'v1')
|
||||
{
|
||||
|
||||
@@ -18,7 +18,6 @@ class Post extends AbstractRequestMethod implements InjectRouteInterface
|
||||
/**
|
||||
* @param string $path
|
||||
* @param string $version
|
||||
* @param bool $enableOption
|
||||
*/
|
||||
public function __construct(readonly public string $path, readonly public string $version = 'v1')
|
||||
{
|
||||
|
||||
@@ -18,7 +18,6 @@ class Put extends AbstractRequestMethod implements InjectRouteInterface
|
||||
/**
|
||||
* @param string $path
|
||||
* @param string $version
|
||||
* @param bool $enableOption
|
||||
*/
|
||||
public function __construct(readonly public string $path, readonly public string $version = 'v1')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user