mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Route models
This commit is contained in:
parent
7234cf5e21
commit
00e05472f3
@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
Route::model('incident', 'Incident');
|
||||
Route::model('component', 'Component');
|
||||
|
||||
routesInDirectory();
|
||||
|
||||
function routesInDirectory($app = '') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user