services:
  _defaults:
      autowire: true
      autoconfigure: true
      public: false

  SGalinski\SgNews\:
      resource: '../Classes/*'

  SGalinski\SgNews\Preview\PreviewRenderer:
    public: true

# Commands
  SGalinski\SgNews\Command\MigrateNewsCommandController:
    tags:
      - name: 'console.command'
        command: 'sg_news:migrateNews'