mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
plugin management + user tables and torrents table text column migrate
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Filament\Clusters;
|
||||
|
||||
use Filament\Clusters\Cluster;
|
||||
|
||||
class Plugin extends Cluster
|
||||
{
|
||||
protected static ?string $navigationIcon = 'heroicon-o-squares-2x2';
|
||||
}
|
||||
Reference in New Issue
Block a user