firefly-iii/app/Repositories/Account/AccountRepositoryInterface.php
2015-02-09 07:23:39 +01:00

9 lines
132 B
PHP

<?php
namespace FireflyIII\Repositories\Account;
interface AccountRepositoryInterface
{
public function store(array $data);
}