mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Models for the Incidents and Components tables
This commit is contained in:
parent
a7dc7d7871
commit
803f30e48f
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 {
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user