2 changed files with 13 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
package com.xsn.explorer.modules |
||||
|
|
||||
|
import com.google.inject.AbstractModule |
||||
|
import com.xsn.explorer.config.{PlayRPCConfig, RPCConfig} |
||||
|
|
||||
|
class ConfigModule extends AbstractModule { |
||||
|
|
||||
|
override def configure(): Unit = { |
||||
|
bind(classOf[RPCConfig]).to(classOf[PlayRPCConfig]) |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue