From ecfbaf6a1294a6a4d640ef6df86c9aac612fca48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 19 Jun 2020 12:09:12 +0200 Subject: [PATCH] Str import --- source/docs/v3/upgrading.blade.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/docs/v3/upgrading.blade.md b/source/docs/v3/upgrading.blade.md index 7402b94..b9fbd67 100644 --- a/source/docs/v3/upgrading.blade.md +++ b/source/docs/v3/upgrading.blade.md @@ -20,6 +20,8 @@ That said, automatic tenancy will still work the same way. ```php use Stancl\Tenancy\Tenant; + use Illuminate\Support\Str; + tenancy() ->all() ->each(function (Tenant $tenant) {