Skip to content

Commit e304d6a

Browse files
committed
1 parent 2daa310 commit e304d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Initium/Infrastructure/BaseResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Initium.Infrastructure;
99
/// This class can be extended or used as a base for more specific result types,
1010
/// providing details such as success state, messages, status codes, and metadata.
1111
/// </remarks>
12-
internal abstract class BaseResult
12+
public abstract class BaseResult
1313
{
1414
/// <summary>
1515
/// Gets or sets a value indicating whether the operation was successful.

0 commit comments

Comments
 (0)