Remove duplicated '$baseurl' template variable declarations

- This variable is declared for all templates in Renderer
This commit is contained in:
Hypolite Petovan 2024-03-24 09:11:46 -04:00
parent d824bb536f
commit b4d71f1855
8 changed files with 0 additions and 12 deletions

View file

@ -228,7 +228,6 @@ class Channels extends BaseSettings
'confirm_delete' => $this->t('Delete entry from the channel list?'),
],
'$entries' => $channels,
'$baseurl' => $this->baseUrl,
'$form_security_token' => self::getFormSecurityToken('settings_channels'),
]);