From eb22c1dd4249bfcbc707ae942daa19b1f3de4663 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Tue, 15 Oct 2019 15:12:59 -0400 Subject: [PATCH] Update nova.blade.md --- docs/source/v2/nova.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/nova.blade.md b/docs/source/v2/nova.blade.md index 78a0bc6..55c5f1c 100644 --- a/docs/source/v2/nova.blade.md +++ b/docs/source/v2/nova.blade.md @@ -13,7 +13,7 @@ To make Nova part of your tenant application, do the following: php artisan vendor:publish --tag=nova-migrations ``` > Note: Unfortunately, Nova will still be adding its migrations to your central migrations. This is something we'd like to solve in the future. -- Add the `'tenancy'` middleware group to your `nova.middleware` config. Example: +- Add the `tenancy` middleware group to your `nova.middleware` config. Example: ```php 'middleware' => [ 'tenancy',