Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saade committed Mar 26, 2024
2 parents 3d7d7a5 + 32b1abd commit f088350
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/Widgets/Concerns/CanBeConfigured.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
use function Saade\FilamentFullCalendar\array_merge_recursive_unique;

trait CanBeConfigured
{
public function config(): array
{
return [];
}
{
public function config(): array
{
return [];
}

protected function getConfig(): array
{
Expand Down
2 changes: 1 addition & 1 deletion src/Widgets/FullCalendarWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class FullCalendarWidget extends Widget implements HasForms, HasActions
use Concerns\InteractsWithHeaderActions;
use Concerns\InteractsWithModalActions;
use Concerns\CanBeConfigured;

protected static string $view = 'filament-fullcalendar::fullcalendar';

protected int | string | array $columnSpan = 'full';
Expand Down

0 comments on commit f088350

Please sign in to comment.