Fixed the tests.

This commit is contained in:
James Cole
2014-12-19 21:36:53 +01:00
parent 1a0cbbdb31
commit 8b901084fe
4 changed files with 17 additions and 16 deletions

View File

@@ -14,6 +14,7 @@ use Illuminate\Support\MessageBag;
* Class Account
*
* @package FireflyIII\Database
* @implements FireflyIII\Database\Account\AccountInterface
*/
class Account implements CUD, CommonDatabaseCalls, AccountInterface
{