Move CachetHq to folder

This commit is contained in:
James Brooks
2014-12-20 21:16:00 +00:00
parent 63ff951d88
commit a982edeb63
21 changed files with 0 additions and 0 deletions

View File

@@ -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);
}