Remove unused "use" statement

This commit is contained in:
Dmitriy Simushev 2014-11-20 10:06:30 +00:00
parent ad5554bb52
commit c9c1ffca4e

View File

@ -19,7 +19,6 @@
namespace Mibew\Controller\Operator;
use Mibew\Database;
use Mibew\Http\Exception\NotFoundException;
use Symfony\Component\HttpFoundation\Request;