Created
April 8, 2020 14:50
-
-
Save vjaro/8e019dfb9fd71b42810d49d3373284fe to your computer and use it in GitHub Desktop.
SugarCRM custom console command registration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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