Skip to content

Commit

Permalink
One day I'll get the file paths correct everytime all the time.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Mar 13, 2018
1 parent c035352 commit d7493d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `laravel-licenser` will be documented in this file.

### 3.5.4
- One day I'll get the file paths correct everytime all the time.

### 3.5.3
- Fixed config file path in provider (again)

Expand Down
2 changes: 1 addition & 1 deletion src/Providers/LicenseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function boot()
{
// Config
$this->publishes([
__DIR__.'/../config/licenses.php' => base_path('config/licenses.php'),
__DIR__.'/../../config/licenses.php' => base_path('config/licenses.php'),
]);

// Migrations
Expand Down

0 comments on commit d7493d3

Please sign in to comment.