Skip to content

Commit

Permalink
Add missing deprecated field
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Mar 20, 2019
1 parent d976c99 commit 8b3a091
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fields/MapField.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ class MapField extends Field implements EagerLoadingFieldInterface, PreviewableF
* @deprecated
*/
public $hideLatLng;
/**
* @deprecated
*/
public $height;
/**
* @deprecated
*/
Expand Down

0 comments on commit 8b3a091

Please sign in to comment.