1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:34:04 +00:00

Add docblock

This commit is contained in:
Samuel Štancl 2020-11-12 17:22:35 +01:00
parent 51ba97dbcc
commit 7b6e86d9dc

View file

@ -105,6 +105,7 @@ class Tenancy
/** /**
* Run a callback in the central context. * Run a callback in the central context.
* Atomic, safely reverts to previous context.
* *
* @param callable $callback * @param callable $callback
* @return mixed * @return mixed