1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 22:04:04 +00:00

Fix typos

This commit is contained in:
Mark 2024-12-29 09:33:55 +01:00
parent 5010e798b3
commit ce30f3c189
No known key found for this signature in database
GPG key ID: 79CFF7869BD39873
4 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ class TenancyServiceProvider extends ServiceProvider
return $tenancy;
});
// Make it possible to inject the current tenant by typehinting the Tenant contract.
// Make it possible to inject the current tenant by type hinting the Tenant contract.
$this->app->bind(Tenant::class, function ($app) {
return $app[Tenancy::class]->tenant;
});