Fix Realtime

This commit is contained in:
Bradley Schofield
2023-08-18 11:11:24 +01:00
parent e8056834aa
commit bcfb0d1428
@@ -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;
}