We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf190fa + 0e307a6 commit 54a7afcCopy full SHA for 54a7afc
src/Annotation/Query.php
@@ -39,7 +39,7 @@ final class Query
39
*/
40
public $type = 'row_list';
41
42
- public function __construct(string $id, string $type = 'row', bool $templated = false)
+ public function __construct(string $id, string $type = 'row_list', bool $templated = false)
43
{
44
$this->id = $id;
45
$this->templated = $templated;
0 commit comments