Skip to content

Commit

Permalink
- Add forgotten use statement of the ExtendInventoryLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
24198 committed Apr 2, 2019
1 parent 124728c commit 89d2e8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Marello/Bundle/InventoryBundle/Entity/InventoryLevel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
namespace Marello\Bundle\InventoryBundle\Entity;

use Doctrine\ORM\Mapping as ORM;
use Marello\Bundle\InventoryBundle\Model\InventoryQtyAwareInterface;

use Oro\Bundle\EntityConfigBundle\Metadata\Annotation as Oro;
use Oro\Bundle\OrganizationBundle\Entity\Organization;
use Oro\Bundle\OrganizationBundle\Entity\OrganizationAwareInterface;
use Oro\Bundle\OrganizationBundle\Entity\OrganizationInterface;
use Oro\Bundle\OrganizationBundle\Entity\Ownership\AuditableOrganizationAwareTrait;

use Marello\Bundle\InventoryBundle\Model\InventoryQtyAwareInterface;
use Marello\Bundle\InventoryBundle\Model\ExtendInventoryLevel;

/**
* @ORM\Entity()
* @ORM\Table(name="marello_inventory_level",
Expand Down

0 comments on commit 89d2e8d

Please sign in to comment.