Sfoglia il codice sorgente

Add Collection model

Daniel Supernault 6 anni fa
parent
commit
621c36a3bc
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  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
+{
+    //
+}