
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/app/Models/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/app/Models/Notification.php |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Notification extends Model
{
protected $fillable=['data','type','notifiable','read_at'];
}

