Added UserEvent.php

This commit is contained in:
2020-07-28 08:18:45 +02:00
parent 0d221c8439
commit fb65c1b9fc
4 changed files with 50 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class UserEvent extends Model
{
//
}