Skip to content

Commit

Permalink
Fix Kenel Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DyanGalih committed Jun 7, 2020
1 parent 143a46c commit 29a1414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Traits/TestCaseTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Created by PhpStorm.
*/

namespace WebAppId\DDD\Traits;
namespace DyanGalih\DDD\Traits;

use Faker\Factory as Faker;
use Illuminate\Container\Container;
Expand Down Expand Up @@ -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');
}
}

0 comments on commit 29a1414

Please sign in to comment.