Skip to content

Commit

Permalink
solve error with on demand machines storage
Browse files Browse the repository at this point in the history
  • Loading branch information
katmastt committed Oct 12, 2023
1 parent f62c715 commit ca95759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/ColdStorageRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public function uploadNew($requestId)
$errors='';
$success='';
$warnings='';
$message_autoaccept_mod='';

Yii::$app->db->createCommand()->insert('cold_storage_request', [

Expand Down

0 comments on commit ca95759

Please sign in to comment.