Cleanup code.

This commit is contained in:
James Cole
2015-07-12 17:59:13 +02:00
parent 79e39f7de8
commit 91bba40c20
5 changed files with 32 additions and 25 deletions

View File

@@ -30,8 +30,8 @@ use Watson\Validating\ValidatingTrait;
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\Transaction whereAmount($value)
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\Transaction after($date)
* @method static \Illuminate\Database\Query\Builder|\FireflyIII\Models\Transaction before($date)
* @property-read float $before
* @property-read float $after
* @property float $before
* @property float $after
*/
class Transaction extends Model
{