From bff08dd58160c6109fdebbd9874081894f265c01 Mon Sep 17 00:00:00 2001 From: franck Date: Mon, 16 Sep 2013 22:35:29 +0200 Subject: [PATCH] Typo --- core/lib/Thelia/Model/Folder.php | 1 + core/lib/Thelia/Model/Product.php | 1 + 2 files changed, 2 insertions(+) diff --git a/core/lib/Thelia/Model/Folder.php b/core/lib/Thelia/Model/Folder.php index 31c8a1e3c..1e73e7e23 100755 --- a/core/lib/Thelia/Model/Folder.php +++ b/core/lib/Thelia/Model/Folder.php @@ -4,6 +4,7 @@ namespace Thelia\Model; use Thelia\Model\Base\Folder as BaseFolder; use Thelia\Tools\URL; +use Propel\Runtime\Connection\ConnectionInterface; class Folder extends BaseFolder { diff --git a/core/lib/Thelia/Model/Product.php b/core/lib/Thelia/Model/Product.php index 014d534d6..cc082e691 100755 --- a/core/lib/Thelia/Model/Product.php +++ b/core/lib/Thelia/Model/Product.php @@ -6,6 +6,7 @@ use Propel\Runtime\Exception\PropelException; use Thelia\Model\Base\Product as BaseProduct; use Thelia\Tools\URL; use Thelia\TaxEngine\Calculator; +use Propel\Runtime\Connection\ConnectionInterface; class Product extends BaseProduct {