firefly-iii/app/Repositories/Account/AccountRepositoryInterface.php

9 lines
132 B
PHP
Raw Normal View History

2015-02-09 00:23:39 -06:00
<?php
namespace FireflyIII\Repositories\Account;
interface AccountRepositoryInterface
{
public function store(array $data);
}