Fix path for tag controller.

This commit is contained in:
James Cole 2017-08-12 21:22:59 +02:00
parent 7e79f25949
commit bdd72f0d30
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -249,6 +249,7 @@ class TagController extends Controller
); );
$periods = $this->getPeriodOverview($tag); $periods = $this->getPeriodOverview($tag);
$sum = $repository->sumOfTag($tag, $start, $end); $sum = $repository->sumOfTag($tag, $start, $end);
$path = route('tags.show', [$tag->id, $moment]);
} }
// prep for current period // prep for current period