This commit is contained in:
Yuri Kuznetsov
2021-06-25 16:03:41 +03:00
parent afb41ebc05
commit b7561b6cfc
+4 -4
View File
@@ -33,13 +33,13 @@ use LogicException;
class Binding
{
const IMPLEMENTATION_CLASS_NAME = 1;
public const IMPLEMENTATION_CLASS_NAME = 1;
const CONTAINER_SERVICE = 2;
public const CONTAINER_SERVICE = 2;
const VALUE = 3;
public const VALUE = 3;
const CALLBACK = 4;
public const CALLBACK = 4;
private $type;