Added Component Repository into controller

This commit is contained in:
Elliot Hesp
2014-11-26 15:00:36 +00:00
parent 7c0b80f6a4
commit af10821ef5
8 changed files with 114 additions and 82 deletions
@@ -4,7 +4,9 @@ interface ComponentRepository {
public function all();
public function create($id, array $array);
public function findOrFail($id);
public function incidents($id);
public function with($id, array $with);
}