We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41a70cc + 8bf98b9 commit a814be1Copy full SHA for a814be1
docs/advanced-usage/using-a-custom-tenant-model.md
@@ -29,7 +29,7 @@ use Spatie\Multitenancy\Models\Tenant;
29
30
class CustomTenantModel extends Tenant
31
{
32
- public static function booted()
+ protected static function booted()
33
34
static::creating(fn(CustomTenantModel $model) => $model->createDatabase());
35
}
0 commit comments