tambah function notis peringatan dalam arcc dan blast wasap dan sms

This commit is contained in:
Nur Izzati Zulkifli
2023-12-25 15:50:41 +08:00
parent 060218a6af
commit 0011b12e4d
11 changed files with 571 additions and 25 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model;
class Notis extends Model
{
protected $table = 'notis';
public $timestamps = false;
public $timestamps = true;
protected $primaryKey = 'id';
/**
* The attributes that are mass assignable.