2014-07-06 21:07:52 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Firefly\Storage\Transaction;
|
|
|
|
|
2014-07-25 13:02:01 +02:00
|
|
|
/**
|
|
|
|
* Interface TransactionRepositoryInterface
|
|
|
|
*
|
|
|
|
* @package Firefly\Storage\Transaction
|
|
|
|
*/
|
2014-07-06 21:07:52 +02:00
|
|
|
interface TransactionRepositoryInterface
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
}
|