Skip to content

Commit

Permalink
Merge pull request #5 from clickbar/fix-service-provider-class-path
Browse files Browse the repository at this point in the history
Fix service provider class path
  • Loading branch information
ahawlitschek authored Apr 15, 2024
2 parents 56e706c + 645ad60 commit 8beeb4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

All notable changes to `laravel-power-relations` will be documented in this file.
All notable changes to `laravel-custom-relations` will be documented in this file.

## Unreleased

### Fixed
- Missing Class Path for ServiceProvider

## 1.0.0 - 2024-03-22

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"extra": {
"laravel": {
"providers": [
"LaravelCustomRelationsServiceProvider"
"Clickbar\\LaravelCustomRelations\\LaravelCustomRelationsServiceProvider"
]
}
},
Expand Down

0 comments on commit 8beeb4b

Please sign in to comment.