Fixed typo (#224)

Fixed a typo:
unopinonated -> unopinionated
This commit is contained in:
Stef Nielandt 2022-11-23 12:41:15 +01:00 committed by GitHub
parent 1b92787911
commit 4c5bb1f8bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ App\Providers\TenancyServiceProvider::class, // <-- here
## Creating a tenant model {#creating-a-tenant-model} ## Creating a tenant model {#creating-a-tenant-model}
Now you need to create a Tenant model. The package comes with a default Tenant model that has many features, but it attempts to be mostly unopinonated and as such, we need to create a custom model to use domains & databases. Create the file `app/Models/Tenant.php` like this: Now you need to create a Tenant model. The package comes with a default Tenant model that has many features, but it attempts to be mostly unopinionated and as such, we need to create a custom model to use domains & databases. Create the file `app/Models/Tenant.php` like this:
```php ```php
<?php <?php