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 1750e6f commit 409691cCopy full SHA for 409691c
src/AzureServiceProvider.php
@@ -17,7 +17,7 @@ public function boot()
17
{
18
$this->publishes([
19
__DIR__ . '/../config/azure.php' => config_path('azure.php'),
20
- ], 'azure-config');
+ ], 'config');
21
}
22
23
0 commit comments