From bdbf50ce32fd99af9e803816907e88785366e664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 5 Oct 2019 00:12:04 +0200 Subject: [PATCH] add tenants:create to the upgrade guide --- docs/source/v2/upgrading.blade.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/v2/upgrading.blade.md b/docs/source/v2/upgrading.blade.md index 1f440e7..dcd8621 100644 --- a/docs/source/v2/upgrading.blade.md +++ b/docs/source/v2/upgrading.blade.md @@ -51,4 +51,5 @@ If you're coming from 1.x, it's recommended to read (or at least skim through) t ## New Features - [Tenant Config]({{ $page->link('tenant-config') }}) -- [Migrate Fresh]({{ $page->link('commands#migrate-fresh') }}) \ No newline at end of file +- [Migrate Fresh]({{ $page->link('commands#migrate-fresh') }}) +- [`tenants:create`]({{ $page->link('commands#create-tenant') }})