mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 18:58:07 +00:00
Refactor. Split rules and rule groups.
This commit is contained in:
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
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user