Fix error with missed Settings class

This commit is contained in:
Fedor A. Fetisov 2017-03-29 10:47:10 +03:00
parent 638cfea943
commit a8941cf2b3

View File

@ -25,6 +25,7 @@
namespace Mibew\Mibew\Plugin\OperatorStatus\Controller;
use Mibew\Settings;
use Mibew\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;