Skip to content

Commit

Permalink
[services] Relocated multisite services (#4055)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and enzolutions committed May 22, 2019
1 parent ddb3030 commit 3c23a09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 11 additions & 0 deletions config/services/multisite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
console.multisite_new:
class: Drupal\Console\Command\Multisite\NewCommand
arguments: ['@app.root', '@console.validator']
tags:
- { name: drupal.command }
console.multisite_update:
class: Drupal\Console\Command\Multisite\UpdateCommand
arguments: ['@app.root']
tags:
- { name: drupal.command }
10 changes: 0 additions & 10 deletions uninstall.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ services:
arguments: ['@console.extension_manager', '@console.site', '@console.configuration_manager', '@app.root']
tags:
- { name: drupal.command }
console.multisite_new:
class: Drupal\Console\Command\Multisite\NewCommand
arguments: ['@app.root', '@console.validator']
tags:
- { name: drupal.command }
console.multisite_update:
class: Drupal\Console\Command\Multisite\UpdateCommand
arguments: ['@app.root']
tags:
- { name: drupal.command }
console.dotenv_init:
class: \Drupal\Console\Command\DotenvInitCommand
arguments: ['@console.dotenv_init_generator']
Expand Down

0 comments on commit 3c23a09

Please sign in to comment.