Fix Realtime

This commit is contained in:
Bradley Schofield 2023-08-18 11:11:24 +01:00
parent e8056834aa
commit bcfb0d1428
No known key found for this signature in database
GPG key ID: CDDF1217D7D66C9D

View file

@ -330,6 +330,11 @@ class Realtime extends Adapter
$roles = [Role::team($project->getAttribute('teamId'))->toString()];
}
break;
case 'migrations':
$channels[] = 'console';
$projectId = 'console';
$roles = [Role::team($project->getAttribute('teamId'))->toString()];
break;
}