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 47edb44 commit e7934a3Copy full SHA for e7934a3
app/Filament/Resources/ApiTokens/ApiTokenResource.php
@@ -19,6 +19,8 @@ class ApiTokenResource extends Resource
19
20
protected static string|\UnitEnum|null $navigationGroup = 'Settings';
21
22
+ protected static ?int $navigationSort = 1;
23
+
24
public static function getLabel(): ?string
25
{
26
return __('api_tokens.api_token');
0 commit comments