Files
firefly-iii/app/lib/Firefly/Storage/Account/AccountRepositoryInterface.php

11 lines
116 B
PHP
Raw Normal View History

<?php
namespace Firefly\Storage\Account;
interface AccountRepositoryInterface
{
public function count();
}