Files
nexusphp/app/Filament/Clusters/Plugin.php

11 lines
199 B
PHP
Raw 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';
}