Skip to content

Commit

Permalink
Change NameSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
DyanGalih committed Jun 7, 2020
1 parent 29a1414 commit f884ba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Kernel/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Created by PhpStorm.
*/

namespace DyanGalih\DDD\Kernel\Http;
namespace WebAppId\DDD\Kernel\Http;

use WebAppId\User\Middleware\RoleCheck;

Expand Down
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 DyanGalih\DDD\Traits;
namespace WebAppId\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', 'DyanGalih\DDD\Kernel\Http\Kernel');
$app->singleton('Illuminate\Contracts\Http\Kernel', 'WebAppId\DDD\Kernel\Http\Kernel');
}
}

0 comments on commit f884ba9

Please sign in to comment.