You are here

public function CommandProvider::getCommands in Database Sanitize 7

File

vendor/edisonlabs/merge-yaml/src/CommandProvider.php, line 16

Class

CommandProvider
Class CommandProvider.

Namespace

EdisonLabs\MergeYaml

Code

public function getCommands() {
  return array(
    new MergeYamlCommand(),
  );
}