1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 15:54:03 +00:00

Fix return typehint

This commit is contained in:
Samuel Štancl 2020-11-13 08:15:14 +01:00 committed by GitHub
parent f59e96e489
commit b7241049fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
{ {