aboutsummaryrefslogtreecommitdiff
path: root/app/class/Element.php
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2019-11-06 01:00:10 +0100
committern-peugnet <n.peugnet@free.fr>2019-11-06 01:01:58 +0100
commitc77fe80b05829fbfd5b94f43a7b709e3f3ec6c0d (patch)
tree0416e194fcbb20ecb4f47d8783c8ad4bd38105e7 /app/class/Element.php
parente802d5204b96d645ec3d40b81b4a8bdc6e0ee675 (diff)
downloadwcms-c77fe80b05829fbfd5b94f43a7b709e3f3ec6c0d.tar.gz
wcms-c77fe80b05829fbfd5b94f43a7b709e3f3ec6c0d.zip
fix: some missed use statements
Diffstat (limited to 'app/class/Element.php')
-rw-r--r--app/class/Element.php2
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;