From ad8b24c38c6a785352635f3d356ade2a876bb595 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Thu, 18 Jul 2024 17:06:31 +0200 Subject: [PATCH] Update upgrade-guide.md --- docs/upgrade-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade-guide.md b/docs/upgrade-guide.md index b921dee..383b479 100644 --- a/docs/upgrade-guide.md +++ b/docs/upgrade-guide.md @@ -7,7 +7,7 @@ In the `4.x` version, we have introduced the contract concept to the Tenant so t The first step to reach our goal is upgrading our package version. -```sh +```bash composer require spatie/laravel-multitenancy:^4.0 ```