firefly-iii/app/Sql/Query.php

17 lines
200 B
PHP
Raw Normal View History

<?php
namespace FireflyIII\Sql;
/**
* Class Query
*
* This class holds some useful static constants.
*
* @package FireflyIII\Sql
*/
class Query
{
2016-01-01 05:41:00 -06:00
const SPENT = 1;
const EARNED = 2;
}