Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"filament/filament": "^3.0",
"filament/filament": "^3.0|^4.0",
"spatie/laravel-package-tools": "^1.15.0"
},
"require-dev": {
Expand All @@ -37,4 +37,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
2 changes: 1 addition & 1 deletion src/MultiWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class MultiWidget extends Widget
{
use HasTabs;

protected static string $view = 'multi-widget::multi-widget';
protected string $view = 'multi-widget::multi-widget';

public int $currentWidget = 0;

Expand Down