Skip to content

Commit ba3732e

Browse files
authored
Merge pull request spatie#2844 from erikn69/patch-56
Fix commented config key typo
2 parents 556f251 + 7d53c90 commit ba3732e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/permission.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
* The class to use for interpreting wildcard permissions.
173173
* If you need to modify delimiters, override the class and specify its name here.
174174
*/
175-
// 'permission.wildcard_permission' => Spatie\Permission\WildcardPermission::class,
175+
// 'wildcard_permission' => Spatie\Permission\WildcardPermission::class,
176176

177177
/* Cache-specific settings */
178178

0 commit comments

Comments
 (0)