Skip to content

Commit aa62540

Browse files
committed
Fix package discovery issue.
Due to the namespace and autoload containing capitals, having RootInc in lowercase within the new class and the composer JSON breaks artisan Signed-off-by: Thimo Braker <[email protected]>
1 parent c04a51f commit aa62540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"extra": {
2424
"laravel": {
2525
"providers": [
26-
"rootinc\\LaravelAzureMiddleware\\AzureServiceProvider"
26+
"RootInc\\LaravelAzureMiddleware\\AzureServiceProvider"
2727
]
2828
}
2929
}

src/AzureServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace rootinc\LaravelAzureMiddleware;
3+
namespace RootInc\LaravelAzureMiddleware;
44

55
use Illuminate\Support\ServiceProvider;
66

0 commit comments

Comments
 (0)