- Delete unused code.

This commit is contained in:
caoyanyi
2024-01-04 13:55:33 +08:00
parent fc4db3662c
commit 2bc0af2129
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -10,8 +10,6 @@ declare(strict_types=1);
*/
namespace zin;
use backup;
$items = array();
$items[] = array('name' => 'title', 'label' => $lang->gitlab->gitlabIssue, 'control' => 'static');
$items[] = array('name' => 'objectTypeList', 'label' => $lang->gitlab->objectType, 'control' => 'picker', 'items' => $objectTypes);