@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | use Kaliop\eZMigrationBundle\API\MigrationInterface; |
| 4 | - |
|
| 5 | 4 | use Symfony\Component\DependencyInjection\ContainerInterface; |
| 6 | 5 | use Kaliop\eZMigrationBundle\API\Value\Migration; |
| 7 | 6 | use Kaliop\eZMigrationBundle\API\Value\MigrationDefinition; |
@@ -43,7 +43,7 @@ |
||
| 43 | 43 | !isset($match['parent_location_id']) && |
| 44 | 44 | !isset($match['parent_location_remote_id']) |
| 45 | 45 | ) { |
| 46 | - throw new \Exception('Either the ID or remote ID of a content, the ID or remote ID of a location or the id or remote ID |
|
| 46 | + throw new \Exception('Either the ID or remote ID of a content, the ID or remote ID of a location or the id or remote ID |
|
| 47 | 47 | of the parent location of the contents you want to create a new location are required to create a new location.'); |
| 48 | 48 | } |
| 49 | 49 | |