Add namespace Export and move classes

This commit is contained in:
Frederic Guillot
2016-03-04 17:57:45 -05:00
parent c083822806
commit f32507d423
9 changed files with 31 additions and 22 deletions

View File

@@ -80,6 +80,6 @@ class Export extends Base
*/
public function transitions()
{
$this->common('transition', 'export', t('Transitions'), 'transitions', t('Task transitions export'));
$this->common('transitionExport', 'export', t('Transitions'), 'transitions', t('Task transitions export'));
}
}