@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Sl\Mappers; |
| 4 | 4 | |
| 5 | -use Sl\Departure; |
|
| 6 | 5 | use Sl\Contracts\Mapper; |
| 6 | +use Sl\Departure; |
|
| 7 | 7 | |
| 8 | 8 | class DepartureMapper implements Mapper |
| 9 | 9 | { |
@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Sl; |
| 4 | 4 | |
| 5 | -use Sl\Mappers\StationMapper; |
|
| 6 | -use Sl\Mappers\DepartureMapper; |
|
| 7 | -use Sl\Contracts\Foundation\Station; |
|
| 8 | -use Sl\Collections\StationCollection; |
|
| 9 | 5 | use Sl\Collections\DepartureCollection; |
| 6 | +use Sl\Collections\StationCollection; |
|
| 7 | +use Sl\Contracts\Foundation\Station; |
|
| 10 | 8 | use Sl\Contracts\PublicTransportSystem; |
| 9 | +use Sl\Mappers\DepartureMapper; |
|
| 10 | +use Sl\Mappers\StationMapper; |
|
| 11 | 11 | |
| 12 | 12 | class Sl implements PublicTransportSystem |
| 13 | 13 | { |