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;