File "NotificationTemplate.php"
Full Path: /home/trinadezambia/public_html/gambling/app/Models/NotificationTemplate.php
File size: 182 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class NotificationTemplate extends Model
{
protected $casts = [
'shortcodes' => 'object'
];
}