We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c158c1 commit 7574c11Copy full SHA for 7574c11
src/Model/PopulationCollection.php
@@ -7,7 +7,7 @@
7
/**
8
* @extends Collection<Population>
9
*/
10
-class PopulationCollection extends Collection
+class PopulationCollection extends Collection implements \JsonSerializable, \PSX\Record\RecordableInterface
11
{
12
}
13
0 commit comments