We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use Illuminate\Config\Repository; should use use Illuminate\Contracts\Config\Repository; in TenantDatabaseManagers, eg: https://github.com/stancl/tenancy/blob/75f038877fcac875d8c3d3affc385eec348c6e5d/src/TenantDatabaseManagers/MySQLDatabaseManager.php#L5-L11
use Illuminate\Config\Repository;
use Illuminate\Contracts\Config\Repository;
TenantDatabaseManagers
Tenancy v2.0
v2.0
The text was updated successfully, but these errors were encountered:
Refactor Config\Repository dependencies to use Contract (#157)
14843b4
Fixes #156
stancl
Successfully merging a pull request may close this issue.
Describe the bug
use Illuminate\Config\Repository;
should use
use Illuminate\Contracts\Config\Repository;
in
TenantDatabaseManagers
, eg:https://github.com/stancl/tenancy/blob/75f038877fcac875d8c3d3affc385eec348c6e5d/src/TenantDatabaseManagers/MySQLDatabaseManager.php#L5-L11
Version:
Tenancy
v2.0
The text was updated successfully, but these errors were encountered: