spatie / laravel-multitenancy

Make your Laravel app usable by multiple tenants
https://spatie.be/docs/laravel-multitenancy
MIT License
1.08k stars 154 forks source link

Fix unmatched double quote (typo) #459

Closed inmanturbo closed 1 year ago

inmanturbo commented 1 year ago

The value that the tenant option is set to is followed by a double quote, but it is not preceded by one.

masterix21 commented 1 year ago

Thanks