Some cleaning up, and I hope simplification.

This commit is contained in:
James Cole
2015-12-30 08:15:04 +01:00
parent 39b88e8207
commit a3d2a9e00b
4 changed files with 114 additions and 84 deletions

17
app/Sql/Query.php Normal file
View 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;
}