diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd773d..416fe7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/Providers/LicenseServiceProvider.php b/src/Providers/LicenseServiceProvider.php index 0230ff4..0f6a419 100644 --- a/src/Providers/LicenseServiceProvider.php +++ b/src/Providers/LicenseServiceProvider.php @@ -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