From 29a1414cd3194795d12ce1c88ab4c1e887268bee Mon Sep 17 00:00:00 2001 From: Dyan Galih Date: Sun, 7 Jun 2020 11:10:30 +0700 Subject: [PATCH] Fix Kenel Namespace --- src/Traits/TestCaseTrait.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Traits/TestCaseTrait.php b/src/Traits/TestCaseTrait.php index 81308f0..ca36dd3 100644 --- a/src/Traits/TestCaseTrait.php +++ b/src/Traits/TestCaseTrait.php @@ -3,7 +3,7 @@ * Created by PhpStorm. */ -namespace WebAppId\DDD\Traits; +namespace DyanGalih\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', 'WebAppId\DDD\Kernel\Http\Kernel'); + $app->singleton('Illuminate\Contracts\Http\Kernel', 'DyanGalih\DDD\Kernel\Http\Kernel'); } } \ No newline at end of file