From 231530a5e07b1bb81f046331e4d077f0f002448b Mon Sep 17 00:00:00 2001 From: Levi Zoesch Sr Date: Wed, 14 Aug 2024 23:03:24 -0700 Subject: [PATCH] Update uuid.md (#2705) --- docs/advanced-usage/uuid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage/uuid.md b/docs/advanced-usage/uuid.md index d2740f29..18fdd82f 100644 --- a/docs/advanced-usage/uuid.md +++ b/docs/advanced-usage/uuid.md @@ -83,7 +83,7 @@ If you also want the roles and permissions to use a UUID for their `id` value, t ## Configuration (OPTIONAL) You might want to change the pivot table field name from `model_id` to `model_uuid`, just for semantic purposes. -For this, in the `permissions.php` configuration file edit `column_names.model_morph_key`: +For this, in the `permission.php` configuration file edit `column_names.model_morph_key`: - OPTIONAL: Change to `model_uuid` instead of the default `model_id`. ```diff