mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +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