Skip to content

Commit

Permalink
Fix type-o in Upgrade Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Vervuurt committed Jun 7, 2023
1 parent bf79e27 commit 6ffd73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Check if `config/nova-calender.php` already exists in your project.
If you find that you are still referencing that class somewhere in the `NovaServiceProvider`, don't remove it but update the `use` statement to:

```php
use Wdelfuego\NovaCalendar\Contract\CalendarDataProviderInterface;
use Wdelfuego\NovaCalendar\Contracts\CalendarDataProviderInterface;
```

1. In the `tools` method of your `NovaServiceProvider`, where you create a `new NovaCalendar`, supply the calendar key to the constructor (the key used in the config file, in this example: `my-calendar`).
Expand Down

0 comments on commit 6ffd73c

Please sign in to comment.