We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e34712 commit 9e83ebeCopy full SHA for 9e83ebe
src/PermissionRegistrar.php
@@ -66,7 +66,7 @@ public function initializeCache(): void
66
$this->cacheExpirationTime = config('permission.cache.expiration_time') ?: \DateInterval::createFromDateString('24 hours');
67
68
$this->teams = config('permission.teams', false);
69
- $this->teamsKey = config('permission.column_names.team_foreign_key');
+ $this->teamsKey = config('permission.column_names.team_foreign_key', 'team_id');
70
71
$this->cacheKey = config('permission.cache.key');
72
0 commit comments