From f95668cabff9941c6568809760f996368725b072 Mon Sep 17 00:00:00 2001 From: Julien Bourdeau Date: Mon, 18 Jan 2016 14:56:19 +0100 Subject: [PATCH] // Remove 'Business' from namespace --- blocktopmenu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocktopmenu.php b/blocktopmenu.php index 45481d2..d499f4b 100644 --- a/blocktopmenu.php +++ b/blocktopmenu.php @@ -24,7 +24,7 @@ * International Registered Trademark & Property of PrestaShop SA */ -use PrestaShop\PrestaShop\Core\Business\Module\WidgetInterface; +use PrestaShop\PrestaShop\Core\Module\WidgetInterface; require(dirname(__FILE__).'/menutoplinks.class.php');