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.
1 parent 0267c37 commit e5fc24cCopy full SHA for e5fc24c
composer.json
@@ -39,8 +39,7 @@
39
},
40
"autoload": {
41
"psr-4": {
42
- "StevenFox\\LaravelModelValidation\\": "src/",
43
- "StevenFox\\LaravelModelValidation\\Database\\Factories\\": "database/factories/"
+ "StevenFox\\LaravelModelValidation\\": "src/"
44
}
45
46
"autoload-dev": {
@@ -78,10 +77,7 @@
78
77
"laravel": {
79
"providers": [
80
"StevenFox\\LaravelModelValidation\\LaravelModelValidationServiceProvider"
81
- ],
82
- "aliases": {
83
- "LaravelModelValidation": "StevenFox\\LaravelModelValidation\\Facades\\LaravelModelValidation"
84
- }
+ ]
85
86
87
"minimum-stability": "dev",
0 commit comments