Skip to content

Commit

Permalink
Merge branch 'feature-cache'
Browse files Browse the repository at this point in the history
  • Loading branch information
StanBarrows committed Jul 30, 2023
2 parents d5c5a0b + 9ddb559 commit 6ad9a7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/laravel-default.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'security_headers' => [
'connect' => [
Keyword::SELF,
'ws:',
'wss:',
'api.userback.io/',
'ka-p.fontawesome.com/',
'res.cloudinary.com/codebar/',
Expand Down
2 changes: 0 additions & 2 deletions src/LaravelDefaultServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ public function configurePackage(Package $package): void
$package
->name('laravel-default')
->hasConfigFile('laravel-default')
->hasViewComponents('favicon', 'favicon')
->hasViewComponents('fathom', 'fathom')
->hasViews();
}
}

0 comments on commit 6ad9a7c

Please sign in to comment.