diff --git a/src/ArtisanAssembleServiceProvider.php b/src/ArtisanAssembleServiceProvider.php index e7ebae3..fc16a19 100644 --- a/src/ArtisanAssembleServiceProvider.php +++ b/src/ArtisanAssembleServiceProvider.php @@ -49,7 +49,7 @@ public function boot() ], 'assemble-commands'); $this->publishes([ - __DIR__.'/../stubs' => base_path('stubs/vendor/assemble'), + __DIR__.'/../stubs' => base_path('stubs'), ], 'assemble-stubs'); } diff --git a/src/Console/Commands/EndpointMakeCommand.php b/src/Console/Commands/EndpointMakeCommand.php index b3524e0..a0c16e1 100644 --- a/src/Console/Commands/EndpointMakeCommand.php +++ b/src/Console/Commands/EndpointMakeCommand.php @@ -7,7 +7,7 @@ class EndpointMakeCommand extends Command { - const REQUEST_NAMESPACE = 'App\\Http\\Requests\\'; + const REQUEST_NAMESPACE = 'App\\Http\\Requests'; const MODAL_BASEROUTE = 'dashboard'; /** * The name and signature of the console command.