From f884ba9acc915ba8d55f096deb2f9e58ea01d4dc Mon Sep 17 00:00:00 2001 From: Dyan Galih Date: Sun, 7 Jun 2020 11:21:38 +0700 Subject: [PATCH] Change NameSpace --- src/Kernel/Http/Kernel.php | 2 +- src/Traits/TestCaseTrait.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Kernel/Http/Kernel.php b/src/Kernel/Http/Kernel.php index d0769de..5f420f9 100644 --- a/src/Kernel/Http/Kernel.php +++ b/src/Kernel/Http/Kernel.php @@ -3,7 +3,7 @@ * Created by PhpStorm. */ -namespace DyanGalih\DDD\Kernel\Http; +namespace WebAppId\DDD\Kernel\Http; use WebAppId\User\Middleware\RoleCheck; diff --git a/src/Traits/TestCaseTrait.php b/src/Traits/TestCaseTrait.php index ca36dd3..81308f0 100644 --- a/src/Traits/TestCaseTrait.php +++ b/src/Traits/TestCaseTrait.php @@ -3,7 +3,7 @@ * Created by PhpStorm. */ -namespace DyanGalih\DDD\Traits; +namespace WebAppId\DDD\Traits; use Faker\Factory as Faker; use Illuminate\Container\Container; @@ -101,6 +101,6 @@ protected function resultLog(string $result){ */ protected function resolveApplicationHttpKernel($app) { - $app->singleton('Illuminate\Contracts\Http\Kernel', 'DyanGalih\DDD\Kernel\Http\Kernel'); + $app->singleton('Illuminate\Contracts\Http\Kernel', 'WebAppId\DDD\Kernel\Http\Kernel'); } } \ No newline at end of file