N°2847 Fix blocks import paths in notifications following directories refactor

This commit is contained in:
Stephen Abello
2020-12-03 15:26:40 +01:00
parent 7f97df02ce
commit cc6e9492fd

View File

@@ -17,8 +17,9 @@
* You should have received a copy of the GNU Affero General Public License
*/
use Combodo\iTop\Application\UI\Component\Alert\AlertFactory;
use Combodo\iTop\Application\UI\Layout\PageContent\PageContentFactory;
use Combodo\iTop\Application\UI\Base\Component\Alert\AlertFactory;
use Combodo\iTop\Application\UI\Base\Layout\PageContent\PageContentFactory;
require_once('../approot.inc.php');
require_once(APPROOT.'/application/application.inc.php');