mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-27 17:31:09 -06:00
Refactor. Split rules and rule groups.
This commit is contained in:
parent
fcf6cdb134
commit
2605f60983
9
app/Repositories/RuleGroup/RuleGroupRepository.php
Normal file
9
app/Repositories/RuleGroup/RuleGroupRepository.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace FireflyIII\Repositories\RuleGroup;
|
||||
|
||||
|
||||
class RuleGroupRepository
|
||||
{
|
||||
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace FireflyIII\Repositories\RuleGroup;
|
||||
|
||||
|
||||
class RuleGroupRepositoryInterface
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user