callbacks.php 181 B

1234567
  1. <?php
  2. return [
  3. \app\common\events\PluginWasEnabled::class => function (\app\common\services\PluginManager $manager) {
  4. //$manager->uninstall('plugins-market');
  5. }
  6. ];