Skip to content

Commit

Permalink
PSR-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkasovic Nermin committed Mar 29, 2020
1 parent c76f41c commit 0bd0962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Qlick/LaravelFullcalendar/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ServiceProvider extends BaseServiceProvider
public function register()
{
$this->app->bind('laravel-full-calendar', function ($app) {
return $app->make('Qlick\LaravelFullcalendar\Calendar');
return $app->make('LaravelFullCalendar\Calendar');
});
}

Expand Down

0 comments on commit 0bd0962

Please sign in to comment.