1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-14 04:14:05 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-11 12:32:39 +00:00 committed by StyleCI Bot
parent 69db512d30
commit 76fae5c287
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ interface StorageDriver
* @return void
*/
public function put(string $key, $value, Tenant $tenant = null): void;
/**
* Put multiple values into storage.
*