Skip to content

Commit

Permalink
Make compatible with symfony 2.8+ / 3.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
lunetics committed Dec 3, 2015
1 parent fdee056 commit e2f328c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TimezoneProvider/TimezoneProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Lunetics\TimezoneBundle\Validator\Timezone;
use Psr\Log\LoggerInterface;
use Psr\Log\NullLogger;
use Symfony\Component\Validator\ValidatorInterface;
use Symfony\Component\Validator\Validator\ValidatorInterface;

/**
* Class TimezoneProvider
Expand Down Expand Up @@ -83,4 +83,4 @@ public function getDateTimezoneObject()
{
return new \DateTimeZone($this->timezone);
}
}
}

0 comments on commit e2f328c

Please sign in to comment.