Skip to content

Commit 78fdea3

Browse files
committed
Fix CS
1 parent 065121c commit 78fdea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SubresourceIntegrityServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public function boot()
2020
{
2121
if ($this->app->runningInConsole()) {
2222
$this->publishes([
23-
__DIR__.'/../config/sri.php' => config_path('sri.php'),
24-
], 'config');
23+
__DIR__.'/../config/sri.php' => config_path('sri.php'),
24+
], 'config');
2525
}
2626
}
2727

0 commit comments

Comments
 (0)