move folders action class to Folder directory

This commit is contained in:
Manuel Raynaud
2013-09-25 17:53:38 +02:00
parent a8a8ecb38c
commit 3a7a76afe0
8 changed files with 24 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
namespace Thelia\Model;
use Thelia\Core\Event\FolderEvent;
use Thelia\Core\Event\Folder\FolderEvent;
use Thelia\Core\Event\TheliaEvents;
use Thelia\Model\Base\Folder as BaseFolder;
use Thelia\Tools\URL;