Skip to content

Commit e85001a

Browse files
authored
Merge pull request #272 from joekaram/main
fix: merges the config file.
2 parents 32bd6c8 + 93829cf commit e85001a

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)