More code for the tag report.

This commit is contained in:
James Cole
2017-02-24 20:27:26 +01:00
parent f63c6875cd
commit 3d4feff7de
5 changed files with 125 additions and 11 deletions

View File

@@ -72,6 +72,13 @@ interface MetaPieChartInterface
*/
public function setStart(Carbon $start): MetaPieChartInterface;
/**
* @param Collection $tags
*
* @return MetaPieChartInterface
*/
public function setTags(Collection $tags): MetaPieChartInterface;
/**
* @param User $user
*