From 9342ed1be434ecaaa25be0a3d2aadcc8df24e52d Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Mon, 19 Dec 2011 12:15:10 +0100 Subject: [PATCH] change require path from kernel to core --- bin/doctrine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doctrine b/bin/doctrine index 7aa239738d..a376777853 100755 --- a/bin/doctrine +++ b/bin/doctrine @@ -24,7 +24,7 @@ use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Application; use Alchemy\Phrasea; -require_once dirname(__FILE__) . '/../lib/Alchemy/Phrasea/Kernel/Service/Doctrine.php'; +require_once dirname(__FILE__) . '/../lib/Alchemy/Phrasea/Core/Service/Doctrine.php'; try {