Skip to content

Commit

Permalink
Add theme to asset url
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Aug 17, 2020
1 parent 9162a23 commit fefd8cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/JavascriptRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public function setUrlGenerator($url)
public function renderHead()
{
$cssRoute = route('debugbar.assets.css', [
'v' => $this->getModifiedTime('css')
'v' => $this->getModifiedTime('css'),
'theme' => config('debugbar.theme', 'auto'),
]);

$jsRoute = route('debugbar.assets.js', [
Expand Down

0 comments on commit fefd8cd

Please sign in to comment.