update filamentphp basic

This commit is contained in:
xiaomlove
2024-12-25 23:09:07 +08:00
parent 183d362076
commit f146a654c2
154 changed files with 848 additions and 673 deletions
+2 -1
View File
@@ -6,13 +6,14 @@ use App\Models\User;
use Closure;
use Filament\Tables;
use Filament\Widgets\TableWidget as BaseWidget;
use Illuminate\Contracts\Support\Htmlable;
use Illuminate\Database\Eloquent\Builder;
class LatestUsers extends BaseWidget
{
protected static ?int $sort = 1;
protected function getTableHeading(): string | Closure | null
protected function getTableHeading(): string | Htmlable | null
{
return __('dashboard.latest_user.page_title');
}