mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
PHP 8.1 support preparations
This commit is contained in:
@@ -332,7 +332,7 @@ class ControlMessageController implements MessageComponentInterface
|
||||
});
|
||||
|
||||
if (count($foundSubdomains) > 0 && ! is_null($user) && is_null($ownSubdomain)) {
|
||||
$message = config('expose.admin.messages.subdomain_reserved');
|
||||
$message = config('expose.admin.messages.subdomain_reserved', '');
|
||||
$message = str_replace(':subdomain', $subdomain, $message);
|
||||
|
||||
$connection->send(json_encode([
|
||||
|
||||
Reference in New Issue
Block a user