4
0
Fork 0

update 2024-01-23 16:44:12

This commit is contained in:
Robot 2024-01-23 16:44:12 +02:00
parent 550c07bcb7
commit b4ed6ae4a5
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
namespace VDM\Joomla\GetBible\Utilities;
use Joomla\CMS\Http\Response as JoomlaResponse;
use Joomla\Http\Response as JoomlaResponse;
use VDM\Joomla\Utilities\JsonHelper;
use VDM\Joomla\Utilities\StringHelper;

View File

@ -22,6 +22,6 @@
"namespace": "VDM\\Joomla\\GetBible\\Utilities.Response",
"description": "The GetBible Response\r\n\r\n@since 2.0.1",
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\r\n * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n *\/\r\n",
"head": "use Joomla\\CMS\\Http\\Response as JoomlaResponse;",
"head": "use Joomla\\Http\\Response as JoomlaResponse;",
"composer": ""
}