mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 03:51:18 +00:00
Remove methods, point to interface.
This commit is contained in:
@@ -25,8 +25,6 @@ declare(strict_types=1);
|
||||
namespace FireflyIII\Repositories\UserGroup;
|
||||
|
||||
use FireflyIII\Models\UserGroup;
|
||||
use FireflyIII\User;
|
||||
use Illuminate\Contracts\Auth\Authenticatable;
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
/**
|
||||
@@ -44,8 +42,6 @@ interface UserGroupRepositoryInterface
|
||||
|
||||
public function getMembershipsFromGroupId(int $groupId): Collection;
|
||||
|
||||
public function setUser(null|Authenticatable|User $user): void;
|
||||
|
||||
public function store(array $data): UserGroup;
|
||||
|
||||
public function update(UserGroup $userGroup, array $data): UserGroup;
|
||||
|
||||
Reference in New Issue
Block a user