Skip to content

Commit

Permalink
Commands config:get/set und db:connection-options als Standalone-Comm…
Browse files Browse the repository at this point in the history
…ands (#5623)
  • Loading branch information
gharlan committed Mar 3, 2023
1 parent 34e7613 commit 23ba727
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion redaxo/src/core/lib/console/config/get.php
Expand Up @@ -11,7 +11,7 @@
*
* @internal
*/
class rex_command_config_get extends rex_console_command
class rex_command_config_get extends rex_console_command implements rex_command_standalone
{
protected function configure(): void
{
Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/core/lib/console/config/set.php
Expand Up @@ -10,7 +10,7 @@
*
* @internal
*/
class rex_command_config_set extends rex_console_command
class rex_command_config_set extends rex_console_command implements rex_command_standalone
{
protected function configure(): void
{
Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/core/lib/console/db/connection_options.php
Expand Up @@ -10,7 +10,7 @@
*
* @internal
*/
class rex_command_db_connection_options extends rex_console_command
class rex_command_db_connection_options extends rex_console_command implements rex_command_standalone
{
protected function configure(): void
{
Expand Down

0 comments on commit 23ba727

Please sign in to comment.