Browse Source

Add Collection model

Daniel Supernault 6 years ago
parent
commit
621c36a3bc
1 changed files with 10 additions and 0 deletions
  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
+{
+    //
+}