Models for the Incidents and Components tables
This commit is contained in:
5
app/models/Component.php
Normal file
5
app/models/Component.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class Component extends Eloquent {
|
||||
|
||||
}
|
||||
5
app/models/Incident.php
Normal file
5
app/models/Incident.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class Incident extends Eloquent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user