Remove all constructors.

This commit is contained in:
James Cole
2017-01-30 16:46:30 +01:00
parent 311c1a3c84
commit 1e947870a6
26 changed files with 128 additions and 252 deletions

View File

@@ -26,11 +26,6 @@ use Illuminate\Support\Collection;
interface AttachmentRepositoryInterface
{
/**
* @param User $user
*/
public function setUser(User $user);
/**
* @param Attachment $attachment
*
@@ -65,6 +60,11 @@ interface AttachmentRepositoryInterface
*/
public function getContent(Attachment $attachment): string;
/**
* @param User $user
*/
public function setUser(User $user);
/**
* @param Attachment $attachment
* @param array $attachmentData