File "UpdateLog.php"

Full Path: /home/trinadezambia/public_html/gambling/app/Models/UpdateLog.php
File size: 154 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class UpdateLog extends Model
{
    protected $casts = ['update_log'=>'object'];
}