- 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;
|
||||
|
||||
#[\Attribute]
|
||||
#[\Attribute(\Attribute::TARGET_CLASS)]
|
||||
class ObjectClass {
|
||||
|
||||
public string $type;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace Ulmus\Ldap\Attribute\Obj;
|
||||
|
||||
#[\Attribute]
|
||||
#[\Attribute(\Attribute::TARGET_CLASS)]
|
||||
class ObjectType {
|
||||
|
||||
public string $type;
|
||||
|
|
Loading…
Reference in New Issue