Skip to content

Commit 9531a90

Browse files
committed
Prevent calling of DashboardComposer
1 parent 5fcc0ce commit 9531a90

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

resources/views/layout/clean.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html>
3-
@include('dashboard.partials.head')
3+
@include('partials.head')
44

55
<body class="dashboard @yield('bodyClass')">
66
<div class="content">

0 commit comments

Comments
 (0)