Skip to content

Commit

Permalink
Initialize prefix field
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgschwend committed Oct 27, 2023
1 parent 32f979b commit 21d23aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engines/TypesenseEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class TypesenseEngine extends Engine
/**
* @var string|null
*/
private ?string $prefix;
private ?string $prefix = null;

/**
* TypesenseEngine constructor.
Expand Down

0 comments on commit 21d23aa

Please sign in to comment.