Skip to content

Commit

Permalink
style: fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-frey authored and github-actions[bot] committed Oct 10, 2024
1 parent fb806f6 commit 2e468fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Widgets/CalendarWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@ class CalendarWidget extends Widget implements HasActions, HasForms
use EvaluatesClosures;
use HandlesDateClick;
use HandlesDateSelect;
use HandlesEventAllUpdated;
use HandlesEventClick;
use HandlesEventDragAndDrop;
use HandlesEventResize;
use HandlesNoEventsClick;
use HandlesViewMount;
use HandlesEventAllUpdated;
use HasCalendarView;
use HasContextMenuActions;
use HasDayHeaderFormat;
use HasDayMaxEvents;
use HasDefaultActions;
use HasEventContent;
Expand All @@ -63,11 +64,10 @@ class CalendarWidget extends Widget implements HasActions, HasForms
use HasResourceLabelContent;
use HasResources;
use HasSchema;
use HasSlotLabelFormat;
use InteractsWithActions;
use InteractsWithEventRecord;
use InteractsWithForms;
use HasDayHeaderFormat;
use HasSlotLabelFormat;

protected static string $view = 'guava-calendar::widgets.calendar';

Expand Down

0 comments on commit 2e468fe

Please sign in to comment.