Models for the Incidents and Components tables

This commit is contained in:
James Brooks
2014-11-16 23:01:12 +00:00
parent a7dc7d7871
commit 803f30e48f
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
class Component extends Eloquent {
}
+5
View File
@@ -0,0 +1,5 @@
<?php
class Incident extends Eloquent {
}