create('STUDYGROUPS_INVISIBLE_ALLOWED', [ 'value' => 0, 'is_default' => 0, 'type' => 'boolean', 'range' => 'global', 'section' => 'studygroups', 'description' => _('Ermöglicht unsichtbare Studiengruppen') ]); } /** * revert this migration */ function down() { Config::get()->delete('STUDYGROUPS_INVISIBLE_ALLOWED'); } }