Skip to content

Commit

Permalink
Merge pull request #29 from ashleyhood/refactor_static_analyser
Browse files Browse the repository at this point in the history
refactor: property type hints
  • Loading branch information
saade authored Jul 20, 2022
2 parents 8a427e3 + 543b15f commit 539b391
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Widgets/Concerns/CanManageEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
use Saade\FilamentFullCalendar\Widgets\Forms\EditEventForm;
use Saade\FilamentFullCalendar\Widgets\FullCalendarWidget;

/**
* @property \Filament\Forms\ComponentContainer $createEventForm
* @property \Filament\Forms\ComponentContainer $editEventForm
*/
trait CanManageEvents
{
use AuthorizesActions;
Expand Down

0 comments on commit 539b391

Please sign in to comment.