From 0c3fe6165d38d65be1645cddc7d181d8a9ffdf2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Lundb=C3=B8l?= Date: Sat, 24 Oct 2020 21:21:52 +0200 Subject: [PATCH] Changed description wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Samuel Ć tancl --- src/Tenancy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tenancy.php b/src/Tenancy.php index 15402cfc..198edef4 100644 --- a/src/Tenancy.php +++ b/src/Tenancy.php @@ -86,7 +86,7 @@ class Tenancy } /** - * Run a callback using the central environment. + * Run a callback inside the central environment. * * @param callable $callback * @return mixed