Browse Source

Add CollectionItem model

Daniel Supernault 6 năm trước cách đây
mục cha
commit
f82024d2f8
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      app/CollectionItem.php

+ 10 - 0
app/CollectionItem.php

@@ -0,0 +1,10 @@
+<?php
+
+namespace App;
+
+use Illuminate\Database\Eloquent\Model;
+
+class CollectionItem extends Model
+{
+    //
+}