mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 08:17:18 +08:00
SuiteCRM 8 initial commit
This commit is contained in:
commit
c895877b7e
547 changed files with 40449 additions and 0 deletions
19
core/base/Cli/SuiteCommand.php
Normal file
19
core/base/Cli/SuiteCommand.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
namespace SuiteCRM\Core\Base\Cli;
|
||||
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
|
||||
/**
|
||||
* Class SuiteCommand
|
||||
* @package SuiteCRM\Core\Base\Cli
|
||||
*/
|
||||
class SuiteCommand extends Command
|
||||
{
|
||||
protected $config;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue