2025-01-19 14:37:00 +08:00
|
|
|
<?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';
|
2025-01-19 14:37:00 +08:00
|
|
|
}
|