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

Commit

Permalink
Add missing use statement for AddressInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
hacfi committed Mar 16, 2015
1 parent 0a960ae commit 331ce0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Elcodi/Bundle/CartBundle/DataFixtures/ORM/CartData.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
use Elcodi\Component\Cart\Entity\Interfaces\CartLineInterface;
use Elcodi\Component\Cart\Factory\CartFactory;
use Elcodi\Component\Cart\Factory\CartLineFactory;
use Elcodi\Component\Geo\Entity\Interfaces\AddressInterface;
use Elcodi\Component\Product\Entity\Interfaces\ProductInterface;
use Elcodi\Component\User\Entity\Interfaces\CustomerInterface;

Expand Down

0 comments on commit 331ce0e

Please sign in to comment.