3 Commits

Author SHA1 Message Date
da3b769b33 Merge pull request 'ranjith-dev' (#675) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #675
2026-05-29 15:04:42 +00:00
dhanabalan
17030f2c7f Updated alignment and resource file order
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Has been cancelled
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Has been cancelled
Laravel Larastan / larastan (pull_request) Has been cancelled
Laravel Pint / pint (pull_request) Has been cancelled
2026-05-29 20:33:56 +05:30
dhanabalan
3f31425e4b Added resource file into Testing Panel group
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
2026-05-29 20:32:38 +05:30
2 changed files with 10 additions and 6 deletions

View File

@@ -28,6 +28,10 @@ class LeakTestReadingResource extends Resource
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
protected static ?string $navigationGroup = 'Testing Panel';
protected static ?int $navigationSort = 3;
public static function form(Form $form): Form
{
return $form

View File

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