/home/smartonegroup/www/veroserv/system/models/Post.php
<?php
use Illuminate\Database\Eloquent\Model;

class Post extends Model
{
    protected $casts = [
        'settings' => 'array',
    ];
}