Switch back to stella-maris/clock

This reverts commit a5e62affe0.
This commit is contained in:
Jérôme Gamez
2022-11-25 19:22:56 +01:00
parent 2ba952cc73
commit 6ee3f318f8
7 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Beste;
use Psr\Clock\ClockInterface;
use StellaMaris\Clock\ClockInterface;
interface Clock extends ClockInterface
{