This commit is contained in:
Ben 2022-11-10 13:52:55 +00:00 committed by GitHub
parent df4a487663
commit cbe366a095
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(); $tenant->putDownForMaintenance();
``` ```
To remove specific tenant from maintainance mode: To remove specific tenant from maintenance mode:
```php ```php
$tenant->update(['maintenance_mode' => null]); $tenant->update(['maintenance_mode' => null]);
``` ```