Skip to content

Commit

Permalink
optional arg
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-w committed Feb 27, 2024
1 parent 72934b0 commit c4e223b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Illuminate/Database/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,10 @@ class Builder implements BuilderContract
*/
public $useWritePdo = false;

public FetchMode $fetchMode;
/**
* @var FetchMode|null
*/
public FetchMode|null $fetchMode = null;

/**
* Create a new query builder instance.
Expand Down

0 comments on commit c4e223b

Please sign in to comment.