This commit is contained in:
Etienne Roudeix
2013-09-10 19:13:28 +02:00
parent 8b209291d3
commit f70cecbbe9
2 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
namespace Thelia\Model;
use Propel\Runtime\Exception\PropelException;
use Thelia\Model\Base\Currency as BaseCurrency;
use Thelia\Core\Event\TheliaEvents;
use Propel\Runtime\Connection\ConnectionInterface;
@@ -85,6 +86,7 @@ class Currency extends BaseCurrency {
* Get the [rate] column value.
*
* @return double
* @throws PropelException
*/
public function getRate()
{