Skip to content
Snippets Groups Projects
Commit c4e1f6f1 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

renamed qm labels, fixes #15

parent edf3b646
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,7 @@ final class ConvertController extends TracToGitlab\Controller
$state = $ticket[3][$trac] ?: '?';
$labels[] = "{$gitlab} {$state}";
$labels[] = "QM::{$gitlab}::{$state}";
}
}
......
......@@ -3,7 +3,7 @@ namespace TracToGitlab;
/**
* @property TracToGitlab\TracLookup $trac
* @property Gitlab\Client $gitlab
* @property \Gitlab\Client $gitlab
*/
abstract class Controller extends \PluginController
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment