Skip to content

Commit

Permalink
#-: fixed bug with namespases
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Dubrovin committed Apr 26, 2018
1 parent 363d63b commit c4207b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Exceptions/IncorrectImportFileException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RonasIT\Exceptions;
namespace RonasIT\Support\Exceptions;

use Exception;

Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/IncorrectImportLineException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RonasIT\Exceptions;
namespace RonasIT\Support\Exceptions;

use Exception;

Expand Down
4 changes: 2 additions & 2 deletions src/Importers/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace RonasIT\Support\Importers;

use RonasIT\Exceptions\IncorrectImportFileException;
use RonasIT\Exceptions\IncorrectImportLineException;
use RonasIT\Support\Exceptions\IncorrectImportFileException;
use RonasIT\Support\Exceptions\IncorrectImportLineException;
use RonasIT\Support\Iterators\CsvIterator;

class Importer
Expand Down

0 comments on commit c4207b1

Please sign in to comment.