Skip to content

Commit

Permalink
Merge branch 'main' of github.com:spatie/laravel-package-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 20, 2025
2 parents 4619a5c + 2a1da72 commit d41c44a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## 1.18.1 - 2025-01-20

### What's Changed

* General readability/extendability improvements by @stuart-elliott in https://github.com/spatie/laravel-package-tools/pull/157

### New Contributors

* @stuart-elliott made their first contribution in https://github.com/spatie/laravel-package-tools/pull/157

**Full Changelog**: https://github.com/spatie/laravel-package-tools/compare/1.18.0...1.18.1

## 1.18.0 - 2024-12-30

### What's Changed
Expand Down
1 change: 0 additions & 1 deletion src/PackageServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Str;
use ReflectionClass;
use Spatie\LaravelPackageTools\Actions\GenerateMigrationName;
use Spatie\LaravelPackageTools\Exceptions\InvalidPackage;

abstract class PackageServiceProvider extends ServiceProvider
Expand Down

0 comments on commit d41c44a

Please sign in to comment.