mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 21:34:04 +00:00
Fix #1 (code quality)
This commit is contained in:
parent
19de80582d
commit
1fe599966b
2 changed files with 3 additions and 3 deletions
|
|
@ -27,10 +27,10 @@ class RedisStorageDriver implements StorageDriver
|
|||
* Get information about the tenant based on his uuid.
|
||||
*
|
||||
* @param string $uuid
|
||||
* @param array|string $fields
|
||||
* @param array $fields
|
||||
* @return array
|
||||
*/
|
||||
public function getTenantById(string $uuid, $fields = []): array
|
||||
public function getTenantById(string $uuid, array $fields = []): array
|
||||
{
|
||||
$fields = (array) $fields;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue