Skip to content

Commit 8beeb4b

Browse files
authored
Merge pull request #5 from clickbar/fix-service-provider-class-path
Fix service provider class path
2 parents 56e706c + 645ad60 commit 8beeb4b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
All notable changes to `laravel-power-relations` will be documented in this file.
3+
All notable changes to `laravel-custom-relations` will be documented in this file.
4+
5+
## Unreleased
6+
7+
### Fixed
8+
- Missing Class Path for ServiceProvider
49

510
## 1.0.0 - 2024-03-22
611

β€Žcomposer.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"extra": {
7373
"laravel": {
7474
"providers": [
75-
"LaravelCustomRelationsServiceProvider"
75+
"Clickbar\\LaravelCustomRelations\\LaravelCustomRelationsServiceProvider"
7676
]
7777
}
7878
},

0 commit comments

Comments
Β (0)