Skip to content

Commit

Permalink
php cs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdrake committed Dec 8, 2021
1 parent 9265331 commit 63eaae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Observers/TeamObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function created(Team $team)
{
app()[\Spatie\Permission\PermissionRegistrar::class]->forgetCachedPermissions();

if(config('laravel-crm.teams')){
if (config('laravel-crm.teams')) {
// Get the roles
foreach (DB::table('roles')
->where('crm_role', 1)
Expand Down

0 comments on commit 63eaae2

Please # to comment.