Skip to content

Commit

Permalink
Merge pull request #113 from alwayshopeless/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
saade authored Oct 2, 2023
2 parents 19021ba + e7c5212 commit 48de284
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@ protected function modalActions(): array
You can fill the form with the selected day's date by using the `mountUsing` method on the `CreateAction`.

```php
use Saade\FilamentFullCalendar\Actions\CreateAction;
...
...
...

protected function headerActions(): array
{
return [
Expand Down Expand Up @@ -466,4 +471,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
<a href="https://github.com/sponsors/saade">
<img src="https://raw.githubusercontent.com/saade/filament-fullcalendar/3.x/art/sponsor.png" alt="Sponsor Saade" style="width: 100%; max-width: 800px;" />
</a>
</p>
</p>

0 comments on commit 48de284

Please sign in to comment.