diff --git a/src/Controllers/Makers/ViewMaker.php b/src/Controllers/Makers/ViewMaker.php index c5c40f0..8f09bcc 100644 --- a/src/Controllers/Makers/ViewMaker.php +++ b/src/Controllers/Makers/ViewMaker.php @@ -18,6 +18,7 @@ public function make(string $view): static } $this->view = $view; + $this->with = collect(); return $this; }