更新 'installer/Migration/V5_4_0/Migration.php'
This commit is contained in:
parent
025dcd59d4
commit
e24e893e71
@ -25,6 +25,12 @@ use Doctrine\DBAL\Types\Type;
|
||||
use Doctrine\DBAL\Types\Types;
|
||||
use OrangeHRM\Installer\Util\V1\AbstractMigration;
|
||||
|
||||
use Doctrine\DBAL\Connection;
|
||||
use Doctrine\DBAL\Exception;
|
||||
use Doctrine\DBAL\Query\QueryBuilder;
|
||||
use OrangeHRM\Installer\Util\V1\Dto\TransUnit;
|
||||
use Symfony\Component\Yaml\Yaml;
|
||||
|
||||
|
||||
class TranslationHelper
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user