Skip to content

Commit

Permalink
bug #91 Remove "final" from entity (Zales0123)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------



Commits
-------

283be89 Remove "final" from entity
  • Loading branch information
Zales0123 authored Sep 10, 2020
2 parents 972fbb2 + 283be89 commit d0be34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/PayPalCredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @ORM\Entity
* @ORM\Table(name="sylius_paypal_plugin_pay_pal_credentials")
*/
final class PayPalCredentials implements PayPalCredentialsInterface
class PayPalCredentials implements PayPalCredentialsInterface
{
/**
* @var string
Expand Down

0 comments on commit d0be34c

Please sign in to comment.