Added Component Repository into controller
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user