Skip to content

Commit

Permalink
Added interface to base Modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Ems committed Oct 3, 2012
1 parent 526e358 commit ac60a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Mike Ems
* @package Mvied
*/
class Mvied_Plugin_Module {
class Mvied_Plugin_Module implements Mvied_Plugin_Module_Interface {

/**
* Plugin object that this module extends
Expand Down
2 changes: 1 addition & 1 deletion Theme/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Mike Ems
* @package Mvied
*/
class Mvied_Theme_Module {
class Mvied_Theme_Module implements Mvied_Theme_Module_Interface {

/**
* Theme object that this module extends
Expand Down

0 comments on commit ac60a96

Please sign in to comment.