|
@ -85,7 +85,7 @@ class SchemaBuilder |
|
|
|
|
|
|
|
|
foreach ($property->getAttributes() as $attribute) |
|
|
foreach ($property->getAttributes() as $attribute) |
|
|
{ |
|
|
{ |
|
|
if($attribute->getName() != "Darksparrow\AuxiliumSchemaBuilder\Attributes\SchemaDocumentField") |
|
|
if($attribute->getName() != SchemaDocumentField::class) |
|
|
continue; |
|
|
continue; |
|
|
|
|
|
|
|
|
foreach($attribute->getArguments() as $key=>$value) |
|
|
foreach($attribute->getArguments() as $key=>$value) |
|
|