custom/plugins/cityarticle/src/CityArticle.php line 10

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace CityArticle;
  3. use Shopware\Core\Framework\Plugin;
  4. use Shopware\Storefront\Framework\ThemeInterface;
  5. use Carbon\Carbon;
  6. class CityArticle extends Plugin
  7. {
  8.     
  9.     public function executeComposerCommands(): bool
  10.     {        
  11.         return true;
  12.     }
  13.    
  14. }