mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
8 lines
116 B
PHP
8 lines
116 B
PHP
![]() |
<?php
|
||
|
|
||
|
namespace Firefly\Storage\Budget;
|
||
|
|
||
|
|
||
|
class EloquentBudgetRepository implements BudgetRepositoryInterface {
|
||
|
|
||
|
}
|