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

9 lines
132 B
PHP
Raw Normal View History

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