add badge logic

This commit is contained in:
root
2026-04-25 01:23:21 -04:00
parent eafe4eb134
commit 5c544f93b9
13 changed files with 1468 additions and 169 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ class Configuration extends BaseModel
{
protected $table = 'configuration';
// CI model didn't use timestamps
public $timestamps = true;
// The legacy table only has id/config_key/config_value.
public $timestamps = false;
protected $fillable = [
'config_key',