Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Fix extension definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst authored Jan 5, 2021
2 parents ebf9ecc + 735c441 commit 5724dc9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions xExtension-Teem/extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ class TeemExtension extends Minz_Extension
*/
protected $showContent = false;

public function install()
{
return true;
}

public function uninstall()
{
return true;
}

/**
* Initialize this extension
*/
Expand Down

0 comments on commit 5724dc9

Please sign in to comment.