added missing use

This commit is contained in:
Yuri Kuznetsov
2014-06-02 16:20:55 +03:00
parent 6284b56718
commit f89ff39dbb
@@ -24,6 +24,7 @@ namespace Espo\Modules\Crm\Services;
use \Espo\Core\Exceptions\Error;
use \Espo\Core\Exceptions\Forbidden;
use \Espo\ORM\Entity;
class Prospect extends \Espo\Services\Record
{