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