EVOLUTION-NINJA
Edit File: NotificationModel_All.php
<?php namespace App\Models; use CodeIgniter\Model; class NotificationModel_All extends Model { protected $table ='notification_all'; protected $allowedFields = ['id','user_id_del','notify_id','created_at']; } ?>