You are here

public function Plugin::postCmd in Database Sanitize 7

Post command event callback.

Parameters

\Composer\Script\Event $event: Event object.

File

vendor/edisonlabs/merge-yaml/src/Plugin.php, line 61

Class

Plugin
Composer plugin to merge yaml files.

Namespace

EdisonLabs\MergeYaml

Code

public function postCmd(Event $event) {
  $this->pluginHandler
    ->createMergeFiles();
}