From 3bb421d6250e0edda9d0373602a31b768061622b Mon Sep 17 00:00:00 2001 From: Willy Reyno Date: Mon, 2 Aug 2021 16:55:42 +0200 Subject: [PATCH] Fix wrongly formatted code block --- source/docs/v3/integrations/nova.blade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/docs/v3/integrations/nova.blade.md b/source/docs/v3/integrations/nova.blade.md index 431bd6d..ee58eee 100644 --- a/source/docs/v3/integrations/nova.blade.md +++ b/source/docs/v3/integrations/nova.blade.md @@ -24,6 +24,7 @@ To use Nova inside of the tenant part of your application, do the following: - Prevent Nova from adding its migrations to your central migrations by adding `Nova::ignoreMigrations()` to `NovaServiceProvider::boot()` (Don't do this if you want to use Nova **[both in the central & tenant parts]({{ $page->link('features/universal-routes') }})** of the app.) - Add the tenancy middleware to your `nova.middleware` config. Example: + ```php 'middleware' => [ // You can make this simpler by creating a tenancy route group