Route models
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
Route::model('incident', 'Incident');
|
||||
Route::model('component', 'Component');
|
||||
|
||||
routesInDirectory();
|
||||
|
||||
function routesInDirectory($app = '') {
|
||||
|
||||
Reference in New Issue
Block a user