Skip to content

Commit 09e1e98

Browse files
author
janatzend
committed
new namespace usage
1 parent c329389 commit 09e1e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deph.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Setup autoloading
1414
require 'init_autoloader.php';
1515

16-
use \ZendDevOps\DepH\ServiceManager\ServiceManager as ZendDevOpsDepH;
16+
use \ZendServer\DepH\ServiceManager\ServiceManager as ZendServerDepH;
1717

1818
set_exception_handler(function(\Exception $exception) {
1919
global $GlobalDepH;
@@ -30,7 +30,7 @@
3030

3131
$GlobalDepH;
3232

33-
class DepH extends ZendDevOpsDepH{
33+
class DepH extends ZendServerDepH{
3434
public function __construct($displayErrors = true) {
3535
global $GlobalDepH;
3636
if ($displayErrors) ini_set('display_errors', 'on');

0 commit comments

Comments
 (0)