Changed namespacing to master CachetHq

This commit is contained in:
Elliot Hesp
2014-11-26 13:01:07 +00:00
parent e454a3395b
commit 7c0b80f6a4
11 changed files with 102 additions and 41 deletions
@@ -0,0 +1,10 @@
<?php namespace CachetHq\Cachet\Repositories\Component;
interface ComponentRepository {
public function all();
public function findOrFail($id);
public function incidents($id);
}