Skip to content

Commit

Permalink
Using route helper
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 16, 2017
1 parent 7f59680 commit bdce040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/Adminlte/views/layouts/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<body class="{{ config('asgard.core.core.skin', 'skin-blue') }} sidebar-mini" style="padding-bottom: 0 !important;">
<div class="wrapper" id="app">
<header class="main-header">
<a href="{{ URL::route('dashboard.index') }}" class="logo">
<a href="{{ route('dashboard.index') }}" class="logo">
<span class="logo-mini">
@setting('core::site-name-mini')
</span>
Expand Down

0 comments on commit bdce040

Please sign in to comment.