Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Change CartHelper properties visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
umpirsky committed May 12, 2014
1 parent a3bbbbd commit d2acdb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Templating/Helper/CartHelper.php
Expand Up @@ -25,21 +25,21 @@ class CartHelper extends Helper
*
* @var CartProviderInterface
*/
private $cartProvider;
protected $cartProvider;

/**
* Cart item manager.
*
* @var RepositoryInterface
*/
private $cartItemRepository;
protected $cartItemRepository;

/**
* Form factory.
*
* @var FormFactoryInterface
*/
private $formFactory;
protected $formFactory;

/**
* Constructor.
Expand Down

0 comments on commit d2acdb2

Please sign in to comment.