Files

11 lines
199 B
PHP
Raw Permalink Normal View History

<?php
namespace App\Filament\Clusters;
use Filament\Clusters\Cluster;
class Plugin extends Cluster
{
protected static string | \BackedEnum | null $navigationIcon = 'heroicon-o-squares-2x2';
}