We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac3c5a commit 5ce1d11Copy full SHA for 5ce1d11
config/polydock.php
@@ -20,7 +20,7 @@
20
]
21
];
22
23
- $filterServiceProviders = explode(",", env('POLYDOCK_DISABLED_SERVICE_PROVIDERS', null));
+ $filterServiceProviders = explode(",", env('POLYDOCK_DISABLED_SERVICE_PROVIDERS', ''));
24
25
foreach($filterServiceProviders as $filterServiceProvider) {
26
$filterServiceProvider = trim($filterServiceProvider);
0 commit comments