diff --git a/src/BaseModel.php b/src/BaseModel.php index dbacdfa702..1189f7f33b 100644 --- a/src/BaseModel.php +++ b/src/BaseModel.php @@ -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. * * @param $name