spelling: property

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:10 -04:00
parent 7d3db1456b
commit d0108a80d5

View file

@ -94,7 +94,7 @@ abstract class BaseModel extends BaseDataTransferObject
} }
/** /**
* Magic isset method. Returns true if the field exists, either in the data prperty array or in any of the local properties. * Magic isset method. Returns true if the field exists, either in the data property array or in any of the local properties.
* Used by array_column() on an array of objects. * Used by array_column() on an array of objects.
* *
* @param $name * @param $name