Add newlines.

This commit is contained in:
James Cole
2015-03-29 08:14:32 +02:00
parent ba97f96288
commit afb47eb742
42 changed files with 42 additions and 42 deletions

View File

@@ -452,4 +452,4 @@ class AccountRepository implements AccountRepositoryInterface
return $journal;
}
}
}

View File

@@ -85,4 +85,4 @@ interface AccountRepositoryInterface
* @return Collection
*/
public function getSavingsAccounts();
}
}