Updated test database.

This commit is contained in:
James Cole
2016-12-30 13:47:23 +01:00
parent ac86e75233
commit a5036c86dc
32 changed files with 119 additions and 123 deletions

View File

@@ -32,11 +32,6 @@ interface AttachmentRepositoryInterface
*/
public function destroy(Attachment $attachment): bool;
/**
* @return Collection
*/
public function get(): Collection;
/**
* @param Attachment $attachment
*
@@ -45,11 +40,9 @@ interface AttachmentRepositoryInterface
public function exists(Attachment $attachment): bool;
/**
* @param Attachment $attachment
*
* @return string
* @return Collection
*/
public function getContent(Attachment $attachment): string;
public function get(): Collection;
/**
* @param Carbon $start
@@ -59,6 +52,13 @@ interface AttachmentRepositoryInterface
*/
public function getBetween(Carbon $start, Carbon $end): Collection;
/**
* @param Attachment $attachment
*
* @return string
*/
public function getContent(Attachment $attachment): string;
/**
* @param Attachment $attachment
* @param array $attachmentData