Skip to content

Commit 93829cf

Browse files
committed
fix: merges the config file.
1 parent 32bd6c8 commit 93829cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PdfServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function configurePackage(Package $package): void
1212
{
1313
$package
1414
->name('laravel-pdf')
15-
->hasConfigFile();
15+
->hasConfigFile('laravel-pdf');
1616
}
1717

1818
public function bootingPackage()

0 commit comments

Comments
 (0)