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 d744de7 commit ff7352bCopy full SHA for ff7352b
composer.json
@@ -15,11 +15,8 @@
15
}
16
],
17
"autoload": {
18
- "classmap": [
19
- ],
20
"psr-4": {
21
- "App\\": "app/",
22
- "rootinc\\laravel-azure-middleware\\": "src/"
+ "RootInc\\LaravelAzureMiddleware\\": "src/"
23
24
25
src/Azure.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+namespace \RootInc\LaravelAzureMiddleware;
4
+
5
use Closure;
6
7
use Illuminate\Http\Request;
0 commit comments