Skip to content

Commit c4207b1

Browse files
author
Roman Dubrovin
committed
#-: fixed bug with namespases
1 parent 363d63b commit c4207b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Exceptions/IncorrectImportFileException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace RonasIT\Exceptions;
3+
namespace RonasIT\Support\Exceptions;
44

55
use Exception;
66

src/Exceptions/IncorrectImportLineException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace RonasIT\Exceptions;
3+
namespace RonasIT\Support\Exceptions;
44

55
use Exception;
66

src/Importers/Importer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace RonasIT\Support\Importers;
44

5-
use RonasIT\Exceptions\IncorrectImportFileException;
6-
use RonasIT\Exceptions\IncorrectImportLineException;
5+
use RonasIT\Support\Exceptions\IncorrectImportFileException;
6+
use RonasIT\Support\Exceptions\IncorrectImportLineException;
77
use RonasIT\Support\Iterators\CsvIterator;
88

99
class Importer

0 commit comments

Comments
 (0)