Skip to content

Commit 2eb8915

Browse files
authored
Rename CrudPanelViewNamespaces to BackpackViewNamespaces
1 parent b670266 commit 2eb8915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BackpackServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function register()
6565
return new CrudPanel();
6666
});
6767

68-
$this->app->singleton('CrudPanelViewNamespaces', function ($app) {
68+
$this->app->singleton('BackpackViewNamespaces', function ($app) {
6969
return new ViewNamespaces();
7070
});
7171

@@ -283,6 +283,6 @@ public function loadHelpers()
283283
*/
284284
public function provides()
285285
{
286-
return ['crud', 'widgets', 'CrudPanelViewNamespaces'];
286+
return ['crud', 'widgets', 'BackpackViewNamespaces'];
287287
}
288288
}

0 commit comments

Comments
 (0)