Add webhook route model
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
Route::model('incident', 'Incident');
|
||||
Route::model('component', 'Component');
|
||||
Route::model('webhook', 'WebHook');
|
||||
|
||||
routesInDirectory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user