From 49e3273aa5856dec0332542444134f6a88976755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?michael=20lundb=C3=B8l?= Date: Sat, 24 Oct 2020 16:38:47 +0200 Subject: [PATCH] add description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: michael lundbøl --- src/Tenancy.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Tenancy.php b/src/Tenancy.php index e42415ec..15402cfc 100644 --- a/src/Tenancy.php +++ b/src/Tenancy.php @@ -86,6 +86,8 @@ class Tenancy } /** + * Run a callback using the central environment. + * * @param callable $callback * @return mixed */