Skip to content

Commit 37a6677

Browse files
committed
update the using of namespaces that are related to the changes in the required packages
1 parent c9709f6 commit 37a6677

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @link https://github.com/DevNet-Framework
77
*/
88

9-
use DevNet\Cli\Templating\CodeGeneratorRegistry;
9+
use DevNet\CLI\Plugin\CodeGeneratorRegistry;
1010
use DevNet\Core\Tools\ControllerGeneratorProvider;
1111

1212
/**

lib/Extensions/ServiceCollectionExtensions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
use DevNet\Common\Dependency\IServiceCollection;
1212
use DevNet\Common\Logging\ILoggerFactory;
1313
use DevNet\Common\Logging\LoggerFactory;
14-
use DevNet\Entity\EntityContext;
15-
use DevNet\Entity\EntityOptions;
1614
use DevNet\Http\Client\HttpClient;
1715
use DevNet\Http\Client\HttpClientOptions;
16+
use DevNet\ORM\EntityContext;
17+
use DevNet\ORM\EntityOptions;
1818
use DevNet\Security\Authentication\Authentication;
1919
use DevNet\Security\Authentication\AuthenticationBuilder;
2020
use DevNet\Security\Authentication\IAuthentication;

tools/ControllerGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
namespace DevNet\Core\Tools;
1010

11-
use DevNet\Cli\Templating\CodeModel;
12-
use DevNet\Cli\Templating\ICodeGenerator;
11+
use DevNet\CLI\Plugin\CodeModel;
12+
use DevNet\CLI\Plugin\ICodeGenerator;
1313
use DevNet\System\Text\StringBuilder;
1414

1515
class ControllerGenerator implements ICodeGenerator

tools/ControllerGeneratorProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace DevNet\Core\Tools;
1010

11-
use DevNet\Cli\Templating\CodeGeneratorProvider;
11+
use DevNet\CLI\Plugin\CodeGeneratorProvider;
1212

1313
class ControllerGeneratorProvider extends CodeGeneratorProvider
1414
{

0 commit comments

Comments
 (0)