mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-24 15:26:33 -06:00
14 lines
143 B
PHP
14 lines
143 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: sander
|
|
* Date: 27/10/14
|
|
* Time: 09:04
|
|
*/
|
|
|
|
namespace FireflyIII\Shared\Json;
|
|
|
|
|
|
class Account {
|
|
|
|
}
|