mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some cleaning up, and I hope simplification.
This commit is contained in:
17
app/Sql/Query.php
Normal file
17
app/Sql/Query.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace FireflyIII\Sql;
|
||||
|
||||
/**
|
||||
* Class Query
|
||||
*
|
||||
* This class holds some useful static constants.
|
||||
*
|
||||
* @package FireflyIII\Sql
|
||||
*/
|
||||
class Query
|
||||
{
|
||||
const SPENT = 1;
|
||||
const EARNED = 2;
|
||||
|
||||
}
|
Reference in New Issue
Block a user