From 8339f26d8f847e2c4a7169a39e32416f2f75d1a6 Mon Sep 17 00:00:00 2001 From: Gregor Gawol <gawol@ub.uni-leipzig.de> Date: Tue, 19 Mar 2019 18:53:57 +0100 Subject: [PATCH] set namespace --- src/AjaxHandler/GetBoss.php | 2 +- src/AjaxHandler/GetBossFactory.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AjaxHandler/GetBoss.php b/src/AjaxHandler/GetBoss.php index 2d9fcfa..dc86722 100644 --- a/src/AjaxHandler/GetBoss.php +++ b/src/AjaxHandler/GetBoss.php @@ -18,7 +18,7 @@ * @author Gregor Gawol <gawol@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License */ -namespace finc\Dbis\AjaxHandler; +namespace finc\Boss\AjaxHandler; use VuFind\ILS\Connection; use finc\Dbis\Client\Client; diff --git a/src/AjaxHandler/GetBossFactory.php b/src/AjaxHandler/GetBossFactory.php index 7b75348..46c31ec 100644 --- a/src/AjaxHandler/GetBossFactory.php +++ b/src/AjaxHandler/GetBossFactory.php @@ -18,7 +18,7 @@ * @author Gregor Gawol <gawol@ub.uni-leipzig.de> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License */ -namespace finc\Dbis\AjaxHandler; +namespace finc\Boss\AjaxHandler; use finc\Dbis\Client\Client as DbisClient; use Interop\Container\ContainerInterface; -- GitLab