Added navigation sort for sticker mapping resource page
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / review (pull_request) Failing after 25s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Laravel Pint / pint (pull_request) Failing after 2m28s
Laravel Larastan / larastan (pull_request) Failing after 2m35s

This commit is contained in:
dhanabalan
2025-12-17 11:43:32 +05:30
parent 2524ad4620
commit 71e8c29801

View File

@@ -27,6 +27,8 @@ class StickerMappingMasterResource extends Resource
protected static ?string $navigationGroup = 'Master Entries';
protected static ?int $navigationSort = 16;
public static function form(Form $form): Form
{
return $form