mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
document more features
This commit is contained in:
parent
34a6b2cadd
commit
be8d1fa497
2 changed files with 15 additions and 2 deletions
|
|
@ -46,4 +46,10 @@ Note that $key has to be a string or an array with string keys. The value(s) can
|
|||
"a" => "b",
|
||||
"c" => "d",
|
||||
]
|
||||
```
|
||||
```
|
||||
|
||||
To delete keys from the storage, you may use these methods:
|
||||
```php
|
||||
$tenant->deleteKey($key)
|
||||
$tenant->deleteKeys(['foo', 'bar']);
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue