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