Skip to content

Commit bec82ad

Browse files
author
Martin Vasel
committed
fix namespace of DiInterface import
1 parent 32ec732 commit bec82ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Phalcon/Test/Traits/UnitTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
use Phalcon\Config;
2323
use Phalcon\Di\FactoryDefault;
2424
use Phalcon\Di\InjectionAwareInterface;
25-
use Phalcon\DiInterface;
25+
use Phalcon\Di\DiInterface;
2626
use Phalcon\Escaper;
2727
use Phalcon\Mvc\Url;
2828
use Phalcon\Test\Traits\ResultSet;

0 commit comments

Comments
 (0)