mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-07 06:33:57 -06:00
13 lines
219 B
PHP
13 lines
219 B
PHP
<?php
|
|
|
|
namespace Firefly\Storage\Transaction;
|
|
|
|
/**
|
|
* Class EloquentTransactionRepository
|
|
*
|
|
* @package Firefly\Storage\Transaction
|
|
*/
|
|
class EloquentTransactionRepository implements TransactionRepositoryInterface
|
|
{
|
|
|
|
} |