sispace/app/Filament/Widgets/SupportWidget.php

15 lines
265 B
PHP

<?php
namespace App\Filament\Widgets;
use Filament\Widgets\Widget;
class SupportWidget extends Widget
{
protected static ?int $sort = 0;
protected int|string|array $columnSpan = 'full';
protected string $view = 'filament.widgets.support-widget';
}