mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
14 lines
189 B
PHP
14 lines
189 B
PHP
<?php
|
|
|
|
namespace Firefly\Storage\Transaction;
|
|
|
|
/**
|
|
* Interface TransactionRepositoryInterface
|
|
*
|
|
* @package Firefly\Storage\Transaction
|
|
*/
|
|
interface TransactionRepositoryInterface
|
|
{
|
|
|
|
|
|
}
|