From f522d862ed890ff0ac033c585ddeaa7ff1ada3c1 Mon Sep 17 00:00:00 2001 From: Anders Pedersen Date: Mon, 10 Jun 2024 17:35:07 +0200 Subject: [PATCH] removed die --- src/View.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/View.php b/src/View.php index 2489828..e6bc82c 100644 --- a/src/View.php +++ b/src/View.php @@ -52,8 +52,6 @@ public function __construct(string $viewFilePath) throw new Exception("View file not found: {$viewFilePath}"); } - die(); - $this->view = $viewFilePath; $this->resolvedView =