You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no parameter in `MockHub` to specify the hub name (`default`)
`MockHub` constructor : https://github.com/symfony/mercure/blob/main/src/MockHub.php#L30-L35
```php
/**
* @param (callable(Update): string) $publisher
*/
public function __construct(
string $url,
TokenProviderInterface $jwtProvider,
callable $publisher,
TokenFactoryInterface $jwtFactory = null,
string $publicUrl = null
)
```
0 commit comments