add missing use in settings.php service (#1711)

This commit is contained in:
Eymen Elkum
2020-05-22 09:45:34 +03:00
committed by GitHub
parent c5fd749b21
commit 3ad343b274
+1 -1
View File
@@ -30,7 +30,7 @@
namespace Espo\Services;
use Espo\Core\Exceptions\Forbidden;
use Espo\Core\Exceptions\NotFound;
use Espo\Core\Exceptions\Error;
use Espo\Core\Exceptions\BadRequest;
use Espo\ORM\Entity;