Skip to content

Commit ec02fc2

Browse files
committed
Update SidebarServiceProvider.php
1 parent b7e1c61 commit ec02fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maatwebsite/Sidebar/SidebarServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public function register()
1414

1515
$this->publishes([$views => base_path('resources/views/vendor/sidebar')], 'typicms-views');
1616

17-
$this->app->singleton('Maatwebsite\Sidebar\SidebarManager');
17+
$this->app->singleton(SidebarManager::class);
1818
}
1919
}

0 commit comments

Comments
 (0)