mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
8 lines
116 B
PHP
8 lines
116 B
PHP
<?php
|
|
|
|
namespace Firefly\Storage\Budget;
|
|
|
|
|
|
class EloquentBudgetRepository implements BudgetRepositoryInterface {
|
|
|
|
}
|