Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Commit

Permalink
Fixed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosprotung committed Dec 14, 2016
1 parent eeeec25 commit c7900ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tracker/TrackerInterface.php
Expand Up @@ -6,7 +6,7 @@

use SportTrackerConnector\Core\Workout\SportMapperInterface;
use SportTrackerConnector\Core\Workout\Workout;
use Workout\WorkoutIdInterface;
use SportTrackerConnector\Core\Workout\WorkoutIdInterface;

/**
* Interface for trackers.
Expand Down
2 changes: 1 addition & 1 deletion src/Workout/WorkoutIdInterface.php
Expand Up @@ -2,7 +2,7 @@

declare(strict_types = 1);

namespace Workout;
namespace SportTrackerConnector\Core\Workout;

interface WorkoutIdInterface
{
Expand Down

0 comments on commit c7900ce

Please sign in to comment.