Skip to content

Commit

Permalink
Merge pull request #31 from ray-di/row_list_default
Browse files Browse the repository at this point in the history
[BC break] Change default query type "row_list"
  • Loading branch information
koriym authored Apr 26, 2022
2 parents bf190fa + 0e307a6 commit 54a7afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Annotation/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class Query
*/
public $type = 'row_list';

public function __construct(string $id, string $type = 'row', bool $templated = false)
public function __construct(string $id, string $type = 'row_list', bool $templated = false)
{
$this->id = $id;
$this->templated = $templated;
Expand Down

0 comments on commit 54a7afc

Please sign in to comment.