Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 13, 2023
1 parent cc23c4d commit d1e980c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected function show(): string
'title' => config('hyde.name').' - Dashboard',
'dashboard' => $this,
'request' => $this->request,
'csrfToken' => $this->generateCSRFToken()
'csrfToken' => $this->generateCSRFToken(),
]);
}

Expand Down

0 comments on commit d1e980c

Please sign in to comment.