Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel authored and github-actions[bot] committed Nov 6, 2023
1 parent 7557ef6 commit 86389bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SidecarBrowsershotServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function bootingPackage(): void
{
// Make default fonts publishable for package consumers
$this->publishes([
__DIR__.'/../resources/lambda/fonts' => config('sidecar-browsershot.fonts')
__DIR__.'/../resources/lambda/fonts' => config('sidecar-browsershot.fonts'),
], 'sidecar-browsershot-fonts');
}
}

0 comments on commit 86389bc

Please sign in to comment.