mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
spelling
This commit is contained in:
parent
df4a487663
commit
f6b0b4df83
1 changed files with 1 additions and 1 deletions
|
|
@ -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]);
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue