mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:44:04 +00:00
Fix return typehint
This commit is contained in:
parent
f59e96e489
commit
b7241049fe
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ trait TenantRun
|
||||||
* Atomic, safely reverts to previous context.
|
* Atomic, safely reverts to previous context.
|
||||||
*
|
*
|
||||||
* @param callable $callback
|
* @param callable $callback
|
||||||
* @return void
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function run(callable $callback)
|
public function run(callable $callback)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue