Skip to content

Commit

Permalink
Merge pull request #23 from omnia-digital/dev
Browse files Browse the repository at this point in the history
Release 3.0.3
  • Loading branch information
joshtorres authored Mar 17, 2024
2 parents b5fa515 + 97b39c9 commit e0787e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/LivewireCalendarServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class LivewireCalendarServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->app->bind('livewire-calendar', function () {
return new LivewireCalendar();
});

$this->loadViewsFrom(__DIR__.'/../resources/views', 'livewire-calendar');

if ($this->app->runningInConsole()) {
Expand Down

0 comments on commit e0787e0

Please sign in to comment.