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