Compare commits

..

2 Commits

Author SHA1 Message Date
d3801506da Fix
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
2023-12-04 20:37:31 +01:00
32d35aa4c7 TEST2 2023-12-04 20:30:25 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
<?php <?php
namespace App\Models; namespace App\Models;

View File

@@ -97,5 +97,6 @@
"referenceerror: currency_code is not defined": "ReferenceError: currency_code is not defined", "referenceerror: currency_code is not defined": "ReferenceError: currency_code is not defined",
"referenceerror: assignment to undeclared variable acntry": "ReferenceError: assignment to undeclared variable aCntry", "referenceerror: assignment to undeclared variable acntry": "ReferenceError: assignment to undeclared variable aCntry",
"referenceerror: _code is not defined": "ReferenceError: _code is not defined", "referenceerror: _code is not defined": "ReferenceError: _code is not defined",
"referenceerror: acntry is not defined": "ReferenceError: aCntry is not defined" "referenceerror: acntry is not defined": "ReferenceError: aCntry is not defined",
"error: request failed with status code 500": "Error: Request failed with status code 500"
} }