1
0
forked from poc/pds

Merge pull request 'Added sub group name of the product characteristics' (#91) from ranjith-dev into master

Reviewed-on: poc/pds#91
This commit is contained in:
2025-12-09 11:42:52 +00:00

View File

@@ -27,6 +27,8 @@ class ProductCharacteristicsMasterResource extends Resource
{
protected static ?string $model = ProductCharacteristicsMaster::class;
protected static ?string $navigationGroup = 'Process Order';
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
public static function form(Form $form): Form