Skip to content

Commit 5bd80e9

Browse files
committed
Fix clock loading
1 parent 9ae138a commit 5bd80e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Service/NotificationManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
use DateInterval;
1111
use Exception;
12-
use JeckelLab\Clock\Clock;
12+
use JeckelLab\Contract\Infrastructure\System\Clock;
1313
use JeckelLab\NotificationBundle\Entity\Notification;
1414
use JeckelLab\NotificationBundle\Repository\NotificationRepository;
1515
use JeckelLab\NotificationBundle\ValueObject\NotificationLevel;

0 commit comments

Comments
 (0)