Skip to content

Commit

Permalink
Fix comment formatting in permission.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij committed Nov 16, 2023
1 parent c66c0de commit 67598c4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67598c4

Please sign in to comment.