Skip to content

Commit 3b770d2

Browse files
committed
Changed config directory, fron 'src' to the base directory
1 parent 64c78f8 commit 3b770d2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function boot()
3232
*/
3333
protected function publishConfig()
3434
{
35-
$source = realpath(__DIR__ . '/config/alphaWidget.php');
35+
$source = realpath(__DIR__ . '/../config/alphaWidget.php');
3636

3737
$this->publishes([$source => config_path('alphaWidget.php')]);
3838
}

0 commit comments

Comments
 (0)