Create metric migrations and models

This commit is contained in:
James Brooks
2014-11-25 11:19:20 +00:00
parent 0c62f0534a
commit e5aea08da1
4 changed files with 82 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
class Metric extends Eloquent {
}