diff --git a/src/AjaxHandler/GetBoss.php b/src/AjaxHandler/GetBoss.php index 2d9fcfa09e94e86d74f411618a2f4bae60c0234a..dc86722eaced367d5a071c58bf1679ac92ed9bfb 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 7b7534804cb8ef9f698ddaff64b719c0d1468244..46c31ecd938c9d3b260298ce61def039c2194980 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;