Updated navigation sort order for before test reading and testing panel reading resource page
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 54s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 39s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 31s
Laravel Pint / pint (pull_request) Successful in 3m34s
Laravel Larastan / larastan (pull_request) Failing after 5m1s

This commit is contained in:
dhanabalan
2026-08-21 09:49:23 +05:30
parent ae5e1c4565
commit c775e7c8b9
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class BeforeTestReadingResource extends Resource
protected static ?string $navigationGroup = 'Motor Testing Panel';
protected static ?int $navigationSort = 5;
protected static ?int $navigationSort = 4;
public static function form(Form $form): Form
{

View File

@@ -51,7 +51,7 @@ class TestingPanelReadingResource extends Resource
protected static ?string $navigationGroup = 'Motor Testing Panel';
protected static ?int $navigationSort = 4;
protected static ?int $navigationSort = 5;
public static function form(Form $form): Form
{