diff --git a/app/model/AiCommand.php b/app/model/AiCommand.php index 280ea07..eabdcda 100644 --- a/app/model/AiCommand.php +++ b/app/model/AiCommand.php @@ -14,7 +14,7 @@ class AiCommand extends BaseModel * * @var string */ - protected $table = 'gro_ai_command'; + protected $table = 'geo_ai_command'; /** * The primary key associated with the table.