mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use namespace
This commit is contained in:
parent
4eeb7b3971
commit
d843f97355
1 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ declare(strict_types=1);
|
|||
|
||||
namespace Yggverse\Yoda\Interface\Model;
|
||||
|
||||
use \Yggverse\Yoda\Interface\Model\Pool;
|
||||
|
||||
/*
|
||||
* Single async API for multiple protocols
|
||||
*
|
||||
|
|
@ -11,7 +13,7 @@ namespace Yggverse\Yoda\Interface\Model;
|
|||
interface Connection
|
||||
{
|
||||
public function __construct(
|
||||
\Yggverse\Yoda\Interface\Model\Pool $pool
|
||||
Pool $pool
|
||||
);
|
||||
|
||||
public function request(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue