From 17c736552b53b6c1537973c9472ef75771d10730 Mon Sep 17 00:00:00 2001 From: Vic Luijkx Date: Mon, 8 Jan 2024 13:34:21 +0100 Subject: [PATCH] Make quotes more consistent --- DOCUMENTATION.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 90041f2..43799d1 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -90,7 +90,6 @@ If you want to use a different storage method for the Errors or Redirects, you c By default, errors are stored using the built-in `redirect-sqlite` connection. Picking another connection can be useful if you're logging a lot of errors & hits. To do this, change the `error_connection` config value. Provide `default` to use the default Laravel connection. -> [!NOTE] > When using a connection other than `redirect-sqlite`, make sure to publish (and run) the corresponding migration using `php artisan vendor:publish --tag="statamic-redirect-error-migrations"`. ### Redirects @@ -99,5 +98,4 @@ By default, errors are stored in the `content/redirects` folder. Update the `red It is also possible to store your redirects in the database. To do this, change the `redirect_connection` config value. Provide `default` to use the default Laravel connection. -> [!NOTE] > When using a connection other than `stache` or `redirect-sqlite`, make sure to publish (and run) the corresponding migration using `php artisan vendor:publish --tag="statamic-redirect-redirect-migrations"`.