This commit is contained in:
Manuel Raynaud
2014-03-10 12:33:16 +01:00
parent 081695671e
commit fcdb87015f
4 changed files with 1 additions and 4 deletions

View File

@@ -23,7 +23,6 @@
namespace Thelia\Condition\Implementation; namespace Thelia\Condition\Implementation;
/** /**
* Allow every one, perform no check * Allow every one, perform no check
* *

View File

@@ -23,7 +23,6 @@
namespace Thelia\Core\Event\Customer; namespace Thelia\Core\Event\Customer;
class CustomerLoginEvent extends CustomerEvent class CustomerLoginEvent extends CustomerEvent
{ {
// Nothing specific :) // Nothing specific :)

View File

@@ -23,7 +23,6 @@
namespace Thelia\Core\Event\FeatureProduct; namespace Thelia\Core\Event\FeatureProduct;
class FeatureProductUpdateEvent extends FeatureProductEvent class FeatureProductUpdateEvent extends FeatureProductEvent
{ {
protected $product_id; protected $product_id;