From 2f8100760a067236350c85bffe348538ad657786 Mon Sep 17 00:00:00 2001 From: Viktor Safronov Date: Sat, 31 May 2025 22:15:39 +0300 Subject: [PATCH] Declared EMT property in AbstractTret to avoid dynamic property creation --- src/EMT/Tret/AbstractTret.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/EMT/Tret/AbstractTret.php b/src/EMT/Tret/AbstractTret.php index 1683628..beb231c 100644 --- a/src/EMT/Tret/AbstractTret.php +++ b/src/EMT/Tret/AbstractTret.php @@ -20,6 +20,7 @@ abstract class AbstractTret */ public $rules; public $title; + public $EMT; public $logging = false; public $logs = false; public $errors = false;