This commit is contained in:
grandeljay 2022-06-21 18:04:33 +02:00
parent 8ea13a5173
commit f81d6916e8

View file

@ -8,7 +8,7 @@
namespace wishthis; namespace wishthis;
$api = true; $api = true;
$response = array( $response = array(
'success' => false, 'success' => false,
); );