Rename folder to CachetHQ

This commit is contained in:
James Brooks
2014-12-20 21:16:19 +00:00
parent a982edeb63
commit 26e4361d8a
21 changed files with 0 additions and 0 deletions
@@ -0,0 +1,14 @@
<?php
namespace CachetHQ\Cachet\Repositories\Component;
interface ComponentRepository {
public function all();
public function create($id, array $array);
public function findOrFail($id);
public function with($id, array $with);
}