Skip to content

Commit

Permalink
Merge pull request #7 from hungthai1401/develop
Browse files Browse the repository at this point in the history
[IMPLEMENT] change namespace controller in router service provider
  • Loading branch information
hungthai1401 authored Jul 6, 2020
2 parents bd26a7d + 470ab01 commit 54b5504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/stubs/src/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class RouteServiceProvider extends ServiceProvider
*
* @var string
*/
protected $namespace = 'DummyNamespace\Http\Controllers';
protected $namespace = 'DummyNamespace\Controllers';

/**
* Define the routes for the module.
Expand Down

0 comments on commit 54b5504

Please sign in to comment.