Layout updates and extensions. Found a problem I need closures for. Yay! [skip ci]

This commit is contained in:
James Cole
2014-07-28 14:53:04 +02:00
parent 2680cd8b7a
commit b0ddc04a0d
17 changed files with 233 additions and 44 deletions

View File

@@ -21,6 +21,12 @@ interface BudgetRepositoryInterface
*/
public function get();
/**
* @param $data
* @return mixed
*/
public function update($data);
/**
* @param $data
*
@@ -28,6 +34,12 @@ interface BudgetRepositoryInterface
*/
public function store($data);
/**
* @param $data
* @return mixed
*/
public function destroy($data);
/**
* @param $budgetId
*