mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Refactor basket_adapter
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Bridge_Exception_ApiConnectorNotConfigured extends Bridge_Exception
|
||||
class Bridge_Exception_ApiConnectorNotConfigured extends \Bridge_Exception
|
||||
{
|
||||
|
||||
}
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
||||
* @link www.phraseanet.com
|
||||
*/
|
||||
class Bridge_Exception_ApiConnectorNotConnected extends Bridge_Exception
|
||||
class Bridge_Exception_ApiConnectorNotConnected extends \Bridge_Exception
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user