Skip to content

Commit

Permalink
Merge pull request #3337 from CrochetFeve0251/patch-1
Browse files Browse the repository at this point in the history
Fixed an error in the code of Array/Json Casting
  • Loading branch information
MGatner authored Jul 17, 2020
2 parents 3380bb1 + 8be0fa6 commit 14a6bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/models/entities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ the value whenever the property is set::

class User extends Entity
{
protected $casts => [
protected $casts = [
'options' => 'array',
'options_object' => 'json',
'options_array' => 'json-array'
Expand Down

0 comments on commit 14a6bd9

Please sign in to comment.