Files
nexusphp/app/Filament/Widgets/AccountInfo.php

13 lines
234 B
PHP
Raw Normal View History

2022-06-27 01:39:01 +08:00
<?php
namespace App\Filament\Widgets;
use Filament\Widgets\Widget;
class AccountInfo extends Widget
{
protected static string $view = 'filament.widgets.account-info';
protected int | string | array $columnSpan = 'full';
}