Skip to content
Snippets Groups Projects

apply eslint automated patch

Merged Patrick Kenny requested to merge issue/dbee-3461113:eslint into 3.x
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
services:
dbee.authentication.cookie:
class: Drupal\dbee\Authentication\Provider\DbeeCookie
arguments: ['@session_configuration', '@database', '@messenger']
tags:
- { name: authentication_provider, provider_id: 'cookie', priority: -10, global: TRUE }
class: Drupal\dbee\Authentication\Provider\DbeeCookie
arguments: ['@session_configuration', '@database', '@messenger']
tags:
- { name: authentication_provider, provider_id: 'cookie', priority: -10, global: TRUE }
Loading