Make CachetHq acually be CachetHQ. Fix formatting.

This commit is contained in:
James Brooks
2014-11-26 23:20:31 +00:00
parent 37ccd2404e
commit 08360124ff
9 changed files with 242 additions and 231 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
Route::api(['version' => 'v1', 'prefix' => 'api', 'namespace' => 'CachetHq\Cachet\Controllers\Api'], function() {
Route::api(['version' => 'v1', 'prefix' => 'api', 'namespace' => 'CachetHQ\Cachet\Controllers\Api'], function() {
Route::get('components', 'ComponentController@getComponents');
Route::get('components/{id}', 'ComponentController@getComponent');