@@ -13,6 +13,9 @@ |
||
| 13 | 13 | protected $legislatureData; |
| 14 | 14 | protected $country; |
| 15 | 15 | |
| 16 | + /** |
|
| 17 | + * @param Country $country |
|
| 18 | + */ |
|
| 16 | 19 | public function __construct($legislatureData, $country) |
| 17 | 20 | { |
| 18 | 21 | $properties = ['name', 'slug', 'personCount', 'sha', 'statementCount', 'popoloUrl']; |