Skip to content

Commit

Permalink
Fixed namespacing
Browse files Browse the repository at this point in the history
Fixed namespacing
  • Loading branch information
OzanKurt committed Jan 27, 2017
1 parent 3f041c0 commit 0168f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Period.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Kurt\Google\Analytics;

use Carbon\Carbon;
use Kurt\Google\Analytics\Exceptions\InvalidPeriod;
use Kurt\Google\Analytics\Exceptions\InvalidPeriodException;

class Period
{
Expand Down Expand Up @@ -95,4 +95,4 @@ public function validatePeriod(Carbon $startDate = null, Carbon $endDate = null)
throw new InvalidPeriodException($startDate, $endDate);
}
}
}
}

0 comments on commit 0168f57

Please sign in to comment.