Skip to content

Commit

Permalink
Remove constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN authored Dec 13, 2024
1 parent a59a483 commit 09641e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/en/cookbook/simple-search-engine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ setup a document like the following with a ``$keywords`` property that is mapped
#[Field(type: 'collection')]
#[Index]
public array $keywords = [];
public function __construct()
{
$this->keywords = [];
}
}
Working with Keywords
Expand Down

0 comments on commit 09641e5

Please sign in to comment.