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