Skip to content

Commit 2f1595a

Browse files
authored
Merge pull request #259 from ricog/patch-1
Add Metafield property and method to docblock
2 parents 5bc3d3a + 5e63d97 commit 2f1595a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/SmartCollection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
* SmartCollection -> Child Resources
1616
* --------------------------------------------------------------------------
1717
* @property-read Event $Event
18+
* @property-read Metafield $Metafield
1819
*
1920
* @method Event Event(integer $id = null)
21+
* @method Metafield Metafield(integer $id = null)
2022
*
2123
* --------------------------------------------------------------------------
2224
* SmartCollection -> Custom actions

0 commit comments

Comments
 (0)