This commit is contained in:
Yuri Kuznetsov
2021-05-12 13:42:22 +03:00
parent 8a9449e240
commit 67a2ad241a
+2
View File
@@ -37,6 +37,8 @@ use Espo\Core\{
/**
* Creates services. Services are intended for a business logic. Do not confuse with container services.
*
* @deprecated Use DI to pass a specific service class to a constructor.
*/
class ServiceFactory
{