- ObjectClass and ObjectType now target classes only
This commit is contained in:
parent
5cd0d13404
commit
0e79bcee0e
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace Ulmus\Ldap\Attribute\Obj;
|
namespace Ulmus\Ldap\Attribute\Obj;
|
||||||
|
|
||||||
#[\Attribute]
|
#[\Attribute(\Attribute::TARGET_CLASS)]
|
||||||
class ObjectClass {
|
class ObjectClass {
|
||||||
|
|
||||||
public string $type;
|
public string $type;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace Ulmus\Ldap\Attribute\Obj;
|
namespace Ulmus\Ldap\Attribute\Obj;
|
||||||
|
|
||||||
#[\Attribute]
|
#[\Attribute(\Attribute::TARGET_CLASS)]
|
||||||
class ObjectType {
|
class ObjectType {
|
||||||
|
|
||||||
public string $type;
|
public string $type;
|
||||||
|
|
Loading…
Reference in New Issue