update consumer

This commit is contained in:
2025-11-27 16:25:53 +08:00
parent e9068ac73d
commit 674f3857ba
2 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class Platform extends Model
*
* @TODO check if we realy need the platform table, or consider use a virtual model
*/
# protected ?string $table = 'Platform';
protected ?string $table = 'platforms';
/**
* The attributes that are mass assignable.