Skip to content

Commit

Permalink
Update ViewMaker.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-rahimi committed Sep 30, 2023
1 parent 69229b0 commit c2ba5e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controllers/Makers/ViewMaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public function make(string $view): static
}

$this->view = $view;
$this->with = collect();

return $this;
}
Expand Down

0 comments on commit c2ba5e7

Please sign in to comment.