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\MergeYamlCode
public function postCmd(Event $event) {
$this->pluginHandler
->createMergeFiles();
}