Skip to content

Commit

Permalink
Correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jdw5 committed Feb 16, 2024
1 parent 163b750 commit b6eea00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ArtisanAssembleServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/EndpointMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b6eea00

Please sign in to comment.