fix error

This commit is contained in:
yuri
2016-08-08 10:03:00 +03:00
parent fdf8183385
commit c1bcc44f04
+2
View File
@@ -31,6 +31,8 @@ namespace Espo\Core\ORM;
use \Espo\Core\Interfaces\Injectable;
use \Espo\ORM\EntityFactory;
abstract class Repository extends \Espo\ORM\Repository implements Injectable
{
protected $dependencies = array();