Files

11 lines
199 B
PHP
Raw Permalink Normal View History

<?php
namespace App\Filament\Clusters;
use Filament\Clusters\Cluster;
class Plugin extends Cluster
{
2025-09-21 18:07:38 +08:00
protected static string | \BackedEnum | null $navigationIcon = 'heroicon-o-squares-2x2';
}