Remove unused use statement

This commit is contained in:
Dmitriy Simushev 2014-09-04 12:43:08 +00:00
parent c207f0507d
commit 0253f8e67e

View File

@ -20,7 +20,6 @@
namespace Mibew\Controller\Chat;
use Mibew\Http\Exception\NotFoundException;
use Mibew\Style\PageStyle;
use Mibew\Thread;
use Symfony\Component\HttpFoundation\Request;