Skip to content

Commit

Permalink
SidebarViewProvider renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Mar 9, 2015
1 parent c7fe207 commit 2541527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/ModuleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function register()
/**
* Sidebar view composer
*/
$app->view->composer('core::admin._sidebar', 'TypiCMS\Modules\Places\Composers\SideBarViewComposer');
$app->view->composer('core::admin._sidebar', 'TypiCMS\Modules\Places\Composers\SidebarViewComposer');

$app->bind('TypiCMS\Modules\Places\Repositories\PlaceInterface', function (Application $app) {
$repository = new EloquentPlace(new Place);
Expand Down

0 comments on commit 2541527

Please sign in to comment.