Skip to content

Commit

Permalink
Fix Namespace for DuplicateUrlKeyException
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjozsef committed Aug 9, 2018
1 parent e726758 commit e92a8e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author Jozsef Geng <gengjozsef86@gmail.com>
*/
namespace FondOfSpryker\Zed\ProductApi\Business\Exception;
namespace FondOfSpryker\Zed\Product\Business\Exception;

use Exception;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
namespace FondOfSpryker\Zed\Product\Communication\Plugin\Url;

use FondOfSpryker\Zed\ProductApi\Business\Exception\DuplicateUrlKeyException;
use FondOfSpryker\Zed\Product\Business\Exception\DuplicateUrlKeyException;
use Generated\Shared\Transfer\ProductAbstractTransfer;
use Spryker\Zed\Kernel\Communication\AbstractPlugin;
use Spryker\Zed\Product\Dependency\Plugin\ProductAbstractPluginCreateInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
namespace FondOfSpryker\Zed\Product\Communication\Plugin\Url;

use FondOfSpryker\Zed\ProductApi\Business\Exception\DuplicateUrlKeyException;
use FondOfSpryker\Zed\Product\Business\Exception\DuplicateUrlKeyException;
use Generated\Shared\Transfer\ProductAbstractTransfer;
use Spryker\Zed\Kernel\Communication\AbstractPlugin;
use Spryker\Zed\Product\Dependency\Plugin\ProductAbstractPluginUpdateInterface;
Expand Down

0 comments on commit e92a8e6

Please sign in to comment.