mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 07:34:43 +00:00
Moved some stuff around.
This commit is contained in:
14
app/lib/FireflyIII/Database/Ifaces/TransactionInterface.php
Normal file
14
app/lib/FireflyIII/Database/Ifaces/TransactionInterface.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace FireflyIII\Database\Ifaces;
|
||||
|
||||
|
||||
/**
|
||||
* Interface TransactionInterface
|
||||
*
|
||||
* @package FireflyIII\Database
|
||||
*/
|
||||
interface TransactionInterface
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user