Allow deleting of a component group. Closes #286
This commit is contained in:
committed by
James Brooks
parent
0d326de0b2
commit
2af867b863
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user