Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -34,7 +34,7 @@ class AdsenseRevenueSharingBasicSettings extends ConfigFormBase {
* {@inheritdoc}
*/
public function buildForm(array $form, FormStateInterface $form_state) {
module_load_include('inc', 'adsense_revenue_sharing_basic', 'help/adsense_revenue_sharing_basic.help');
\Drupal::moduleHandler()->loadInclude('adsense_revenue_sharing_basic', 'inc', 'help/adsense_revenue_sharing_basic.help');
$config = $this->config('adsense_revenue_sharing_basic.settings');
Loading