Skip to content

Commit

Permalink
Fix AtomPubExtension::getNamespaces().
Browse files Browse the repository at this point in the history
  • Loading branch information
mekras committed Jul 11, 2016
1 parent 979bd2d commit 3b7fa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/AtomPubExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ public function createElement(Node $parent, $name)
*/
public function getNamespaces()
{
return [AtomPub::NS];
return ['app' => AtomPub::NS];
}
}

0 comments on commit 3b7fa56

Please sign in to comment.