mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:54:05 +00:00
Fix property type
This commit is contained in:
parent
4b33b8620c
commit
52d3ebcff9
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class BroadcastTenancyBootstrapper implements TenancyBootstrapper
|
|||
public static string|null $broadcaster = null;
|
||||
|
||||
protected array $originalConfig = [];
|
||||
protected Broadcaster|null $originalBroadcastManager = null;
|
||||
protected BroadcastManager|null $originalBroadcastManager = null;
|
||||
|
||||
public static array $mapPresets = [
|
||||
'pusher' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue