Allow deleting of a component group. Closes #286

This commit is contained in:
James Brooks
2015-01-05 15:21:09 +00:00
committed by James Brooks
parent 0d326de0b2
commit 2af867b863
7 changed files with 35 additions and 7 deletions
+1
View File
@@ -38,6 +38,7 @@ class RoutingServiceProvider extends ServiceProvider
protected function registerBindings()
{
$this->app->router->model('component', 'CachetHQ\Cachet\Models\Component');
$this->app->router->model('component_group', 'CachetHQ\Cachet\Models\ComponentGroup');
$this->app->router->model('incident', 'CachetHQ\Cachet\Models\Incident');
$this->app->router->model('incident_template', 'CachetHQ\Cachet\Models\IncidentTemplate');
$this->app->router->model('setting', 'CachetHQ\Cachet\Models\Setting');