Move some classes to namespace Core\Http

This commit is contained in:
Frederic Guillot
2015-10-25 18:11:49 -04:00
parent 6756ef2301
commit a2ebc6c3b2
12 changed files with 68 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
namespace Kanboard\Subscriber;
use Kanboard\Core\Request;
use Kanboard\Core\Http\Request;
use Kanboard\Event\AuthEvent;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;