Created files for gallery

This commit is contained in:
frederikpyt
2020-06-30 08:48:51 +02:00
parent 2f22ae275e
commit 223ba6dc41
6 changed files with 60 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Image extends Model
{
//
}