We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0c184 commit feb307bCopy full SHA for feb307b
app/Filament/App/Resources/DatabaseResource.php
@@ -23,6 +23,8 @@ class DatabaseResource extends AppResource
23
{
24
protected static ?string $model = Tree::class;
25
26
+ protected static bool $isScopedToTenant = false;
27
+
28
protected static string | \BackedEnum | null $navigationIcon = 'heroicon-o-circle-stack';
29
30
protected static ?string $navigationLabel = 'Databases';
0 commit comments