Skip to content

Commit

Permalink
BasicCommand implements IInjectorContainer. DoclerLabs/hexMachina#66
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancisBourre committed Sep 14, 2016
1 parent 129345c commit 91fcd5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hex/control/command/BasicCommand.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ package hex.control.command;

import hex.control.command.ICommand;
import hex.control.payload.ExecutionPayload;
import hex.di.IInjectorContainer;
import hex.log.ILogger;
import hex.module.IModule;

/**
* ...
* @author duke
*/
class BasicCommand implements ICommand
class BasicCommand implements ICommand implements IInjectorContainer
{
var _owner : IModule;

Expand Down

0 comments on commit 91fcd5d

Please sign in to comment.