Skip to content

Commit e2f328c

Browse files
committed
Make compatible with symfony 2.8+ / 3.0+
1 parent fdee056 commit e2f328c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TimezoneProvider/TimezoneProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Lunetics\TimezoneBundle\Validator\Timezone;
77
use Psr\Log\LoggerInterface;
88
use Psr\Log\NullLogger;
9-
use Symfony\Component\Validator\ValidatorInterface;
9+
use Symfony\Component\Validator\Validator\ValidatorInterface;
1010

1111
/**
1212
* Class TimezoneProvider
@@ -83,4 +83,4 @@ public function getDateTimezoneObject()
8383
{
8484
return new \DateTimeZone($this->timezone);
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)