Skip to content

Instantly share code, notes, and snippets.

@vjaro
Created April 8, 2020 14:50
Show Gist options
  • Save vjaro/8e019dfb9fd71b42810d49d3373284fe to your computer and use it in GitHub Desktop.
Save vjaro/8e019dfb9fd71b42810d49d3373284fe to your computer and use it in GitHub Desktop.
SugarCRM custom console command registration
<?php
//define in custom/Extension/application/Ext/Console/RegisterCaseStatusCommand.php
Sugarcrm\Sugarcrm\Console\CommandRegistry\CommandRegistry::getInstance()
->addCommand(new Sugarcrm\Sugarcrm\custom\Console\Command\CaseStatusCommand())
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment