From cd4f2febe964a0e9c61e0db549c9f4f8c5b9e95d Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sun, 11 Feb 2024 19:35:22 -0400 Subject: [PATCH] Remove line --- system/View.php | 1 - 1 file changed, 1 deletion(-) diff --git a/system/View.php b/system/View.php index a41ea91..cab5766 100755 --- a/system/View.php +++ b/system/View.php @@ -8,7 +8,6 @@ final class View public function __construct(private string $templates_dir, private ?object $helper = null) { - $this->templates_dir = $templates_dir; } /**