Skip to content

Commit

Permalink
👍 Fixed Array Property
Browse files Browse the repository at this point in the history
  • Loading branch information
takaaki-mizuno committed Apr 6, 2018
1 parent e8dbc7d commit 7d1d71a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Objects/V20/Property.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ class Property extends Base
Base::KEY_REQUIRED => false,
Base::KEY_IS_OBJECT => false,
],
'items' => [
Base::KEY_TYPE => self::class,
Base::KEY_REQUIRED => false,
Base::KEY_IS_OBJECT => true,
],
];
}

0 comments on commit 7d1d71a

Please sign in to comment.