Small fixes to collector because constructor is gone.

This commit is contained in:
James Cole
2017-01-30 17:09:44 +01:00
parent 355baa7fef
commit 2c786e6a38
2 changed files with 28 additions and 32 deletions

View File

@@ -28,7 +28,6 @@ use Illuminate\Support\Collection;
*/
interface JournalCollectorInterface
{
/**
* @return int
*/
@@ -151,6 +150,11 @@ interface JournalCollectorInterface
public function setUser(User $user);
/**
*
*/
public function startQuery();
/**
* @return JournalCollectorInterface
*/