e
This commit is contained in:
+27
-27
@@ -1,27 +1,27 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Kiri;
|
||||
|
||||
|
||||
class Proxy
|
||||
{
|
||||
|
||||
/**
|
||||
* Proxy constructor.
|
||||
* @param IProxy $IProxy
|
||||
*/
|
||||
public function __construct(public IProxy $IProxy)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function execute(): mixed
|
||||
{
|
||||
return $this->IProxy->execute();
|
||||
}
|
||||
|
||||
}
|
||||
<?php
|
||||
|
||||
|
||||
namespace Kiri;
|
||||
|
||||
|
||||
class Proxy
|
||||
{
|
||||
|
||||
/**
|
||||
* Proxy constructor.
|
||||
* @param IProxy $IProxy
|
||||
*/
|
||||
public function __construct(public IProxy $IProxy)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function execute(): mixed
|
||||
{
|
||||
return $this->IProxy->execute();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user