<?php declare(strict_types=1);
namespace TcinnCopyrightCustom;
use Shopware\Core\Framework\Plugin;
class TcinnCopyrightCustom extends Plugin
{
/**
* Skip rebuild container on activate/deactivate process
* to speedup Shopware Cloud bundle integration.
*
* @return bool
*/
public function rebuildContainer(): bool
{
return false;
}
}