Added repository files
This commit is contained in:
10
app/Cachet/Repositories/Component/ComponentRepository.php
Normal file
10
app/Cachet/Repositories/Component/ComponentRepository.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php namespace Cachet\Repositories\Component;
|
||||
|
||||
interface ComponentRepository {
|
||||
|
||||
public function all();
|
||||
|
||||
public function findOrFail($id);
|
||||
|
||||
public function incidents($id);
|
||||
}
|
||||
Reference in New Issue
Block a user