Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Commit

Permalink
fix(activate): remove redundant wire subtype class registration
Browse files Browse the repository at this point in the history
Fixes #90;
  • Loading branch information
hypeJunction committed Mar 2, 2017
1 parent 0e21c14 commit b8b5bf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activate.php
Expand Up @@ -6,7 +6,6 @@

$subtypes = array(
Post::SUBTYPE => Post::class,
ElggWire::SUBTYPE => ElggWire::class,
);

foreach ($subtypes as $subtype => $class) {
Expand Down

0 comments on commit b8b5bf4

Please sign in to comment.