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 c04a51f + aa62540 commit a35c28dCopy full SHA for a35c28d
composer.json
@@ -23,7 +23,7 @@
23
"extra": {
24
"laravel": {
25
"providers": [
26
- "rootinc\\LaravelAzureMiddleware\\AzureServiceProvider"
+ "RootInc\\LaravelAzureMiddleware\\AzureServiceProvider"
27
]
28
}
29
src/AzureServiceProvider.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace rootinc\LaravelAzureMiddleware;
+namespace RootInc\LaravelAzureMiddleware;
4
5
use Illuminate\Support\ServiceProvider;
6
0 commit comments