<?php declare(strict_types=1);
namespace CityArticle;
use Shopware\Core\Framework\Plugin;
class CityArticle extends Plugin
{
public function executeComposerCommands(): bool
return true;
}