Skip to content

Commit

Permalink
remove unused sylius models
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboss86 committed Mar 11, 2019
1 parent e6455a6 commit 42bd2f1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 55 deletions.
2 changes: 1 addition & 1 deletion src/Form/Extension/ProductTypeExtension.php
Expand Up @@ -24,7 +24,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
/**
* {@inheritdoc}
*/
public function getExtendedType(): string
public function getExtendedTypes(): string
{
return ProductType::class;
}
Expand Down
18 changes: 0 additions & 18 deletions src/Model/Channel.php

This file was deleted.

9 changes: 0 additions & 9 deletions src/Model/ChannelInterface.php

This file was deleted.

18 changes: 0 additions & 18 deletions src/Model/Product.php

This file was deleted.

9 changes: 0 additions & 9 deletions src/Model/ProductInterface.php

This file was deleted.

0 comments on commit 42bd2f1

Please sign in to comment.