spelling: property
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
7d3db1456b
commit
d0108a80d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue