Skip to content
Snippets Groups Projects
Commit 67828341 authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Migrate away from Commands.php

parent 6fbe8584
No related branches found
No related tags found
1 merge request!38Feature upgrade to typo3 11
<?php
return [
'sg_news:migrateNews' => [
'class' => \SGalinski\SgNews\Command\MigrateNewsCommandController::class
]
];
services:
_defaults:
autowire: true
autoconfigure: true
public: false
_defaults:
autowire: true
autoconfigure: true
public: false
SGalinski\SgNews\:
resource: '../Classes/*'
SGalinski\SgNews\:
resource: '../Classes/*'
SGalinski\SgNews\Preview\PreviewRenderer:
public: true
SGalinski\SgNews\Preview\PreviewRenderer:
public: true
# Commands
SGalinski\SgNews\Command\MigrateNewsCommandController:
tags:
- name: 'console.command'
command: 'sg_news:migrateNews'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment