MIF_E31222691/app/Filament/Widgets/CustomAccountWidget.php

10 lines
196 B
PHP

<?php
namespace App\Filament\Widgets;
use Filament\Widgets\AccountWidget as BaseWidget;
class CustomAccountWidget extends BaseWidget
{
protected int | string | array $columnSpan = 'full';
}