- ObjectClass and ObjectType now target classes only

This commit is contained in:
Dave Mc Nicoll 2024-10-10 13:39:27 -04:00
parent 5cd0d13404
commit 0e79bcee0e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
namespace Ulmus\Ldap\Attribute\Obj;
#[\Attribute]
#[\Attribute(\Attribute::TARGET_CLASS)]
class ObjectClass {
public string $type;

View File

@ -2,7 +2,7 @@
namespace Ulmus\Ldap\Attribute\Obj;
#[\Attribute]
#[\Attribute(\Attribute::TARGET_CLASS)]
class ObjectType {
public string $type;