Added some missing route models
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<?php
|
||||
|
||||
Route::model('incident', 'Incident');
|
||||
Route::model('component', 'Component');
|
||||
Route::model('incident', 'Incident');
|
||||
Route::model('incident_template', 'IncidentTemplate');
|
||||
Route::model('setting', 'Setting');
|
||||
Route::model('webhook', 'WebHook');
|
||||
Route::model('user', 'User');
|
||||
|
||||
routesInDirectory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user