From bc9f94d9e1d4563eb93d5feb6425ec168384654c Mon Sep 17 00:00:00 2001 From: "Bruno O. Notario" Date: Fri, 15 Apr 2022 18:23:16 -0300 Subject: [PATCH] Remove templateTypes from controller class --- system/engine/controller.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/system/engine/controller.php b/system/engine/controller.php index 4371730..89af0d1 100644 --- a/system/engine/controller.php +++ b/system/engine/controller.php @@ -99,13 +99,6 @@ abstract class Controller { */ protected $output; - /** - * Allowed template types - * - * @var string[] - */ - public $templateTypes = ["tpl", "twig", "mustache", "smarty", "phtml"]; - /** * The original route of childrens * @var string