Skip to content

Commit

Permalink
removed die
Browse files Browse the repository at this point in the history
  • Loading branch information
genius257 authored Jun 10, 2024
1 parent 698ead4 commit f522d86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ public function __construct(string $viewFilePath)
throw new Exception("View file not found: {$viewFilePath}");
}

die();

$this->view
= $viewFilePath;
$this->resolvedView =
Expand Down

0 comments on commit f522d86

Please sign in to comment.