Skip to content

Commit

Permalink
Merge pull request #9115 from warcooft/docs-model
Browse files Browse the repository at this point in the history
docs: add missing property types
  • Loading branch information
kenjis authored Aug 11, 2024
2 parents 3806ff5 + c6a96d6 commit f60d277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/models/model/057.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class UserModel extends Model
{
// ...
protected $casts = [
protected array $casts = [
'id' => 'int',
'birthdate' => '?datetime',
'hobbies' => 'json-array',
Expand Down

0 comments on commit f60d277

Please sign in to comment.