1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:34:04 +00:00

Fix property type

This commit is contained in:
lukinovec 2022-12-09 12:45:59 +01:00
parent 4b33b8620c
commit 52d3ebcff9

View file

@ -27,7 +27,7 @@ class BroadcastTenancyBootstrapper implements TenancyBootstrapper
public static string|null $broadcaster = null; public static string|null $broadcaster = null;
protected array $originalConfig = []; protected array $originalConfig = [];
protected Broadcaster|null $originalBroadcastManager = null; protected BroadcastManager|null $originalBroadcastManager = null;
public static array $mapPresets = [ public static array $mapPresets = [
'pusher' => [ 'pusher' => [