浏览代码

Add Collection model

Daniel Supernault 6 年之前
父节点
当前提交
621c36a3bc
共有 1 个文件被更改,包括 10 次插入0 次删除
  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
+{
+    //
+}