mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
9623793df5
commit
6b02eafc87
@@ -91,7 +91,7 @@ class ControlMessageController implements MessageComponentInterface
|
||||
$data->subdomain = null;
|
||||
}
|
||||
if (! isset($data->type)) {
|
||||
$data->type = "http";
|
||||
$data->type = 'http';
|
||||
}
|
||||
|
||||
$this->verifyAuthToken($connection)
|
||||
|
||||
Reference in New Issue
Block a user