From 4cc5f533db7ded60e8275ab087b1c7c2d6fe4415 Mon Sep 17 00:00:00 2001 From: Marcus Denker Date: Thu, 30 Nov 2023 16:48:46 +0100 Subject: [PATCH] add a package tag to SoilStandaloneObjectRegistry --- src/Soil-Serializer/SoilStandaloneObjectRegistry.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Soil-Serializer/SoilStandaloneObjectRegistry.class.st b/src/Soil-Serializer/SoilStandaloneObjectRegistry.class.st index 50312275..79e9b231 100644 --- a/src/Soil-Serializer/SoilStandaloneObjectRegistry.class.st +++ b/src/Soil-Serializer/SoilStandaloneObjectRegistry.class.st @@ -4,7 +4,7 @@ Class { #instVars : [ 'classes' ], - #category : #'Soil-Serializer' + #category : #'Soil-Serializer-Base' } { #category : #'instance creation' }