diff options
Diffstat (limited to 'app/class/Element.php')
-rw-r--r-- | app/class/Element.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/class/Element.php b/app/class/Element.php index 09f4e35..72eba8f 100644 --- a/app/class/Element.php +++ b/app/class/Element.php @@ -2,6 +2,8 @@ namespace Wcms; +use Exception; + class Element { protected $fullmatch; |