From 1d1a6411a023ac0810ec791cbc0a428c3c67add2 Mon Sep 17 00:00:00 2001 From: Lutz Helm Date: Wed, 3 Apr 2019 15:00:30 +0200 Subject: [PATCH] Add missing "use" statement --- Classes/Plugin/PageGrid.php | 2 ++ Classes/Plugin/PageView.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Classes/Plugin/PageGrid.php b/Classes/Plugin/PageGrid.php index eb0b76ead..49f6fb095 100644 --- a/Classes/Plugin/PageGrid.php +++ b/Classes/Plugin/PageGrid.php @@ -11,6 +11,8 @@ * LICENSE.txt file that was distributed with this source code. */ +use Kitodo\Dlf\Common\Helper; + /** * Plugin 'Page Grid' for the 'dlf' extension * diff --git a/Classes/Plugin/PageView.php b/Classes/Plugin/PageView.php index a418df3cf..03093043f 100644 --- a/Classes/Plugin/PageView.php +++ b/Classes/Plugin/PageView.php @@ -11,6 +11,8 @@ * LICENSE.txt file that was distributed with this source code. */ +use Kitodo\Dlf\Common\Helper; + /** * Plugin 'Page View' for the 'dlf' extension *