Skip to content

Commit

Permalink
Marks BaseFactory as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Jan 3, 2022
1 parent 87f6b34 commit 992c90d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BaseFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use function assert;
use function is_array;

/** @internal */
abstract class BaseFactory
{
public const DEFAULT_CONFIG_SECTION = 'postmark';
Expand Down

0 comments on commit 992c90d

Please sign in to comment.