From ae01fc27e5b9dbad342dc5f50671735c0ed28541 Mon Sep 17 00:00:00 2001 From: Daniel Boutros Date: Sat, 25 Mar 2017 19:10:35 +0100 Subject: [PATCH] Commit --- src/Application/Daniel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Application/Daniel.php b/src/Application/Daniel.php index 7f3c2fb..31d384f 100644 --- a/src/Application/Daniel.php +++ b/src/Application/Daniel.php @@ -24,6 +24,5 @@ class Daniel // Render index view return $this->renderer->render($response, 'Daniel.phtml', $args); }); - die(); } }