mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 00:24:12 +03:00
Fix code style
This commit is contained in:
parent
7c07d7f3e2
commit
e64670e5aa
@ -187,7 +187,7 @@ abstract class AbstractGenerator implements GeneratorInterface
|
||||
$style_name = $this->getOption('chat_style');
|
||||
if (!$style_name) {
|
||||
return $defaults + array(
|
||||
'styleLoader' => $this->generateUrl($this->getOption('force_secure') ? 'chat_user_popup_style_force_secure' : 'chat_user_popup_style') // An ugly way to solve the architecture issue
|
||||
'styleLoader' => $this->generateUrl($this->getOption('force_secure') ? 'chat_user_popup_style_force_secure' : 'chat_user_popup_style'), // An ugly way to solve the architecture issue
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user