1
0
mirror of https://github.com/danog/amp.git synced 2024-12-03 18:07:57 +01:00

Change namespace of LoopDriverFactory

This commit is contained in:
Niklas Keller 2016-05-15 17:22:47 +02:00
parent bf1d42365f
commit 30254b2a36

View File

@ -1,6 +1,6 @@
<?php
namespace Interop\Async\EventLoop;
namespace Interop\Async;
interface LoopDriverFactory
{