Remove function.

This commit is contained in:
Sander Dorigo 2014-10-28 09:27:46 +01:00
parent c323942d92
commit aeb2c7deeb

View File

@ -110,15 +110,6 @@ class AccountController extends BaseController
return Response::jsoN($return);
}
public function transactions(Account $account)
{
/*
* TODO get the JSON helper to get transactions or something.
*/
}
/**
* @param $account
*