Skip to content

Commit 54a7afc

Browse files
authored
Merge pull request #31 from ray-di/row_list_default
[BC break] Change default query type "row_list"
2 parents bf190fa + 0e307a6 commit 54a7afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Annotation/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ final class Query
3939
*/
4040
public $type = 'row_list';
4141

42-
public function __construct(string $id, string $type = 'row', bool $templated = false)
42+
public function __construct(string $id, string $type = 'row_list', bool $templated = false)
4343
{
4444
$this->id = $id;
4545
$this->templated = $templated;

0 commit comments

Comments
 (0)