Closed andr-c closed 8 years ago
In the ProviderController.scala:
import com.google.inject.Inject ... class ProviderController @Inject() (override implicit val env: RuntimeEnvironment) extends BaseProviderController
Shouldn't this be javax.inject.Inject ?
Thanks @andrey-chernyshev for spotting this.
In the ProviderController.scala:
Shouldn't this be javax.inject.Inject ?