Skip to content

Commit

Permalink
Make entity non final
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 5, 2023
1 parent 06c269f commit 82a7944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/ConnectionMapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Setono\SyliusGoogleAdsPlugin\Resolver\CustomerId;
use Sylius\Component\Channel\Model\ChannelInterface;

final class ConnectionMapping implements ConnectionMappingInterface
class ConnectionMapping implements ConnectionMappingInterface
{
private ?int $id = null;

Expand Down

0 comments on commit 82a7944

Please sign in to comment.