@@ -21,7 +21,7 @@ |
||
21 | 21 | use SWP\Component\Rule\Model\RuleSubjectInterface; |
22 | 22 | use SWP\Component\Storage\Model\PersistableInterface; |
23 | 23 | |
24 | -class Article extends BaseArticle implements PersistableInterface , TenantAwareInterface, RuleSubjectInterface, ListContentInterface |
|
24 | +class Article extends BaseArticle implements PersistableInterface, TenantAwareInterface, RuleSubjectInterface, ListContentInterface |
|
25 | 25 | { |
26 | 26 | use TenantAwareTrait; |
27 | 27 | } |