aboutsummaryrefslogtreecommitdiff
path: root/cli/studip
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-04-17 07:45:49 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-04-17 07:45:49 +0000
commit95b8d817b5337c234a50a3d4dfb202f5a40ef8af (patch)
treebe623031f064d31e26ece5b7c2cfb47613c07894 /cli/studip
parent1c0302b5a90e6388f7e7122e71e18601111816b0 (diff)
remove cli command 'check:globalized-config', fixes #4024
Closes #4024 Merge request studip/studip!2878
Diffstat (limited to 'cli/studip')
-rwxr-xr-xcli/studip1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/studip b/cli/studip
index 971ad8e..858dc3d 100755
--- a/cli/studip
+++ b/cli/studip
@@ -15,7 +15,6 @@ $commands = [
Commands\Base\Dump::class,
Commands\Base\Tinker::class,
Commands\Checks\Compatibility::class,
- Commands\Checks\GlobalizedConfig::class,
Commands\Checks\HelpTours::class,
Commands\Checks\HelpTours::class,
Commands\CleanupAdmissionRules::class,