diff --git a/src/Symfony/Component/Clock/Test/ClockSensitiveTrait.php b/src/Symfony/Component/Clock/Test/ClockSensitiveTrait.php index 6fc4b49dc3c91..e2be851bd430a 100644 --- a/src/Symfony/Component/Clock/Test/ClockSensitiveTrait.php +++ b/src/Symfony/Component/Clock/Test/ClockSensitiveTrait.php @@ -11,7 +11,7 @@ namespace Symfony\Component\Clock\Test; -use Psr\Clock\ClockInterface; +use Symfony\Component\Clock\ClockInterface; use Symfony\Component\Clock\Clock; use Symfony\Component\Clock\MockClock;