File "UserMeta.php"

Full Path: /home/bettaeza/flyinsyria.com/.well-known/.well-known/app/UserMeta.php
File size: 142 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace  App;

use Illuminate\Database\Eloquent\Model;

class UserMeta extends Model
{
    protected $table = 'user_meta';
}