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