PNG IHDR x sBIT|d pHYs + tEXtSoftware www.inkscape.org< ,tEXtComment
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class Notification extends Model
{
use HasFactory;
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
'user_id',
'title',
'message',
'type',
'icon',
'link',
'is_read',
'data',
];
/**
* The attributes that should be cast.
*
* @var array
*/
protected $casts = [
'is_read' => 'boolean',
'data' => 'array',
];
/**
* Get the user that owns the notification.
*/
public function user()
{
return $this->belongsTo(User::class);
}
}
b IDATxytVսϓ22 A@IR:hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-E