Skip to content

Commit

Permalink
Add driver to database screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimot24 committed Dec 26, 2024
1 parent ec605d6 commit 662b014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/View/settings/database.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@include('breadcrumb', [
'links' => [['name' => trans('settings.settings'), 'url' => route('settings.index')]],
'page_title' => trans('settings.database'),
'stats' => [['label' => 'driver', 'value' => config('database.default')]],
])

<div class="card-body">
Expand Down

0 comments on commit 662b014

Please sign in to comment.