Remove methods, point to interface.

This commit is contained in:
James Cole
2025-02-23 12:27:07 +01:00
parent b93cfc5de2
commit 8d464962a8
30 changed files with 53 additions and 136 deletions

View File

@@ -25,8 +25,6 @@ namespace FireflyIII\Repositories\Attachment;
use FireflyIII\Exceptions\FireflyException;
use FireflyIII\Models\Attachment;
use FireflyIII\User;
use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Support\Collection;
/**
@@ -47,8 +45,6 @@ interface AttachmentRepositoryInterface
*/
public function getNoteText(Attachment $attachment): ?string;
public function setUser(null|Authenticatable|User $user): void;
/**
* @throws FireflyException
*/