Browse Source

Add Collection model

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

+ 10 - 0
app/Collection.php

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