Update PropelParamConverter.php

This commit is contained in:
Tomasz Wójcik 2013-06-03 22:53:47 +02:00
parent f265228b9e
commit 14322ef604

View file

@ -65,6 +65,8 @@ class PropelParamConverter implements ParamConverterInterface
{
$classQuery = $configuration->getClass() . 'Query';
$classPeer = $configuration->getClass() . 'Peer';
$this->filters = array();
$this->exclude = array();
if (!class_exists($classQuery)) {
throw new \Exception(sprintf('The %s Query class does not exist', $classQuery));