Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
manavo committed Nov 26, 2014
1 parent aa136cf commit 37ccd24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/CachetHq/Cachet/Controllers/Api/IncidentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use Input, Incident;
use Dingo\Api\Routing\Controller as DingoController;
use Dingo\Api\Auth\Shield;
use CachetHq\Cachet\Repositories\Component\ComponentRepository;

class IncidentController extends DingoController {

Expand Down
2 changes: 0 additions & 2 deletions app/CachetHq/Cachet/Controllers/Api/MetricController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

use Input, Metric;
use Dingo\Api\Routing\Controller as DingoController;
use Dingo\Api\Auth\Shield;
use CachetHq\Cachet\Repositories\Component\ComponentRepository;

class MetricController extends DingoController {

Expand Down

0 comments on commit 37ccd24

Please sign in to comment.