This commit is contained in:
Ben 2022-11-10 12:30:07 +00:00 committed by GitHub
parent df4a487663
commit f6b0b4df83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ This will let you use the following method on each tenant object:
$tenant->putDownForMaintenance();
```
To remove specific tenant from maintainance mode:
To remove specific tenant from maintenance mode:
```php
$tenant->update(['maintenance_mode' => null]);
```