Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vormkracht10/laravel-gpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Casmo committed Nov 17, 2023
2 parents 67cac8f + d6bf9cc commit a1dbede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelGptServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function boot()
__DIR__.'/../config/gpt.php' => config_path('gpt.php'),
], 'laravel-gpt-config');
$this->publishes([
__DIR__.'/../database/migrations/' => database_path('migrations')
__DIR__.'/../database/migrations/' => database_path('migrations'),
], 'laravel-gpt-migrations');
}
}
Expand Down

0 comments on commit a1dbede

Please sign in to comment.