From 67598c45beb86c8b7073b169a13f85a6fc3a1e61 Mon Sep 17 00:00:00 2001 From: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:35:05 +0100 Subject: [PATCH] Fix comment formatting in permission.php --- config/permission.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/permission.php b/config/permission.php index 2a520f35..185c4a75 100644 --- a/config/permission.php +++ b/config/permission.php @@ -73,10 +73,12 @@ 'column_names' => [ /* - * Change this if you want to name the related pivots other than defaults + * Change this if you want to name the related pivots other than defaults, + * which are `role_id` and `permission_id` respectively. */ - 'role_pivot_key' => null, //default 'role_id', - 'permission_pivot_key' => null, //default 'permission_id', + + 'role_pivot_key' => null, + 'permission_pivot_key' => null, /* * Change this if you want to name the related model primary key other than