Class legacy\controllers\Module does not exist
Orange-Men opened this issue · 0 comments
Orange-Men commented
What steps will reproduce the problem?
Register some bind:
public function register()
{
$this->app->bind(UserRepositoryInterface::class, UserRepository::class);
}
And try to access via Yii in some controller:
Yii::$container->get(UserRepositoryInterface::class);
What do you get instead?
Additional info
Q | A |
---|---|
This Package Version | dev-master |
Laravel Framework Version | 6.16.0 |
Yii Framework Version | 2.0.32 |
PHP version | 7.2.24 |
Operating system | ubuntu 18.04.3 |