Files
nexusphp/app/Filament/Clusters/Plugin.php
NekoCH 532f3bdb3f migration script
# Conflicts:
#	app/Filament/Resources/Torrent/AnnounceLogResource.php
2025-09-27 12:29:50 +08:00

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';
}