Route models

This commit is contained in:
James Brooks 2014-11-17 07:12:37 +00:00
parent 7234cf5e21
commit 00e05472f3

View File

@ -1,5 +1,8 @@
<?php
Route::model('incident', 'Incident');
Route::model('component', 'Component');
routesInDirectory();
function routesInDirectory($app = '') {