mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
"allow to call directly via setup-cli"
This commit is contained in:
parent
73bb5ca1c5
commit
2175ee37b0
@ -15,6 +15,11 @@
|
|||||||
*/
|
*/
|
||||||
class setup_cmd_install extends setup_cmd
|
class setup_cmd_install extends setup_cmd
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Allow to run this command via setup-cli
|
||||||
|
*/
|
||||||
|
const SETUP_CLI_CALLABLE = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user