Added Contact-stuff

This commit is contained in:
2020-06-29 08:50:50 +02:00
parent 72a23933a8
commit 0adc1ebf02
6 changed files with 144 additions and 16 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Contact extends Model
{
//
}