From 5b9e7eb8099b22e658e458b378af4a125c17300b Mon Sep 17 00:00:00 2001 From: Beau Hastings Date: Sun, 9 Nov 2025 10:12:31 -0600 Subject: [PATCH] Rename protection.php to protect.php --- content/collections/docs/protecting-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/collections/docs/protecting-content.md b/content/collections/docs/protecting-content.md index ee1f75ed5..f7303c3c1 100644 --- a/content/collections/docs/protecting-content.md +++ b/content/collections/docs/protecting-content.md @@ -111,7 +111,7 @@ password: local-password ``` ``` php -// config/statamic/protection.php +// config/statamic/protect.php 'password' => [ 'driver' => 'password',