migrator->inGroup('hr', function (SettingsBlueprint $blueprint): void { $blueprint->add('scheduled_check_in_time', '08:00'); $blueprint->add('scheduled_check_out_time', '17:00'); $blueprint->add('late_penalty_amount', 0); $blueprint->add('absent_penalty_amount', 0); }); } };