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