mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
fix namespace
This commit is contained in:
parent
6c18187e2a
commit
59d1c8cb06
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Yggverse\Yoda\Interface\Model;
|
namespace Yggverse\Yoda\Interface\Model;
|
||||||
|
|
||||||
use \Yggverse\Yoda\Interface\Model\Pool;
|
use \Yggverse\Yoda\Model\Pool;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Single async API for multiple protocols
|
* Single async API for multiple protocols
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue