File "Page.php"

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

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Page extends Model
{
    protected $casts = [
        'seo_content'=>'object'
    ];
}