Skip to content

Commit

Permalink
fix: abstract adapters should not be internal
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Nov 15, 2024
1 parent c03aadd commit 798bb2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
use Pimcore\ValueObject\Collection\ArrayOfStrings;
use ValueError;

/**
* @internal
*/
abstract class AbstractAdapter implements AdapterInterface
{
public function __construct(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
use Pimcore\Model\DataObject\ClassDefinition\Data;
use Pimcore\Normalizer\NormalizerInterface;

/**
* @internal
*/
abstract class AbstractAdapter implements AdapterInterface
{
private Data $fieldDefinition;
Expand Down

0 comments on commit 798bb2f

Please sign in to comment.