فهرست منبع

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
+{
+    //
+}