Skip to content

Commit

Permalink
fix: atualiza nomes de campos no repositorio ProductCode
Browse files Browse the repository at this point in the history
apos a alteracao dos nomes das colunas para timestamp restou atualizar a referencia em $fieldDeclaration.

ref: #156
  • Loading branch information
andrekutianski committed Apr 27, 2024
1 parent 2e5489a commit 5719c4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class Repository extends \WHMCSExpert\mtLibs\models\Repository
'product_id',
'code_service',
'iss_held',
'create_at',
'update_at',
'created_at',
'updated_at',
'ID_user',
);

Expand Down

0 comments on commit 5719c4e

Please sign in to comment.