mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
11 lines
199 B
PHP
11 lines
199 B
PHP
<?php
|
|
|
|
namespace App\Filament\Clusters;
|
|
|
|
use Filament\Clusters\Cluster;
|
|
|
|
class Plugin extends Cluster
|
|
{
|
|
protected static string | \BackedEnum | null $navigationIcon = 'heroicon-o-squares-2x2';
|
|
}
|