Skip to content

Commit

Permalink
Merge pull request #149 from blashbrook/dev-master
Browse files Browse the repository at this point in the history
minor(composer): update dependencies
  • Loading branch information
blashbrook committed Apr 10, 2024
2 parents 1115ccd + b70105e commit 4a4cc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PAPIClientServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected function bootForConsole(): void
__DIR__.'/../config/papiclient.php' => config_path('papiclient.php'),
], 'papiclient.config');

// Publishing the views.
// Publishing the tests.

$this->publishes([
__DIR__.'/Tests/Feature' => base_path('Tests/Feature'),
Expand Down

0 comments on commit 4a4cc72

Please sign in to comment.