<?php
namespace Filament\Widgets;
class FilamentInfoWidget extends Widget
{
protected static ?int $sort = -2;
protected static bool $isLazy = false;
/**
* @var view-string
*/
protected static string $view = 'filament-panels::widgets.filament-info-widget';
}