mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Code cleanup.
This commit is contained in:
@@ -33,17 +33,7 @@ use Illuminate\Support\Collection;
|
||||
*/
|
||||
interface ALERepositoryInterface
|
||||
{
|
||||
/**
|
||||
* @param Model $model
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
public function getForObject(Model $model): Collection;
|
||||
|
||||
/**
|
||||
* @param array $data
|
||||
*
|
||||
* @return AuditLogEntry
|
||||
*/
|
||||
public function store(array $data): AuditLogEntry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user