We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56e706c + 645ad60 commit 8beeb4bCopy full SHA for 8beeb4b
βCHANGELOG.mdβ
@@ -1,6 +1,11 @@
1
# Changelog
2
3
-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.
4
+
5
+## Unreleased
6
7
+### Fixed
8
+- Missing Class Path for ServiceProvider
9
10
## 1.0.0 - 2024-03-22
11
βcomposer.jsonβ
@@ -72,7 +72,7 @@
72
"extra": {
73
"laravel": {
74
"providers": [
75
- "LaravelCustomRelationsServiceProvider"
+ "Clickbar\\LaravelCustomRelations\\LaravelCustomRelationsServiceProvider"
76
]
77
}
78
},
0 commit comments