mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:14:04 +00:00
findBy instead of find
This commit is contained in:
parent
f6f6b51dc3
commit
2cf138a728
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ class TenantManager
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->storage->find($key, $value);
|
return $this->storage->findBy($key, $value);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue