From efedbcf3d87916c88f1f0a3cf1a007376228cbd1 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 25 Sep 2012 15:16:44 -0400 Subject: [PATCH] Add SoapHeader to 'use' declaration in Symphony ILS driver (thanks to Steven Hild). --- module/VuFind/src/VuFind/ILS/Driver/Symphony.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Symphony.php b/module/VuFind/src/VuFind/ILS/Driver/Symphony.php index 1aaead7fb6b..9300f55d1a3 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Symphony.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Symphony.php @@ -27,7 +27,7 @@ * @link http://vufind.org/wiki/building_an_ils_driver Wiki */ namespace VuFind\ILS\Driver; -use SoapClient, SoapFault, VuFind\Config\Reader as ConfigReader, +use SoapClient, SoapFault, SoapHeader, VuFind\Config\Reader as ConfigReader, VuFind\Exception\ILS as ILSException, Zend\ServiceManager\ServiceLocatorAwareInterface, Zend\ServiceManager\ServiceLocatorInterface; -- GitLab