4
0
Fork 0
api-powers/src/8336e3c4-f11b-41bc-a2b1-976.../code.php

24 lines
480 B
PHP
Raw Permalink Normal View History

2023-06-02 02:47:47 +00:00
<?php
/**
* @package GetBible
*
* @created 30th May, 2023
* @author Llewellyn van der Merwe <https://dev.vdm.io>
* @git GetBible <https://git.vdm.dev/getBible>
* @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
2024-04-06 13:05:35 +00:00
namespace TrueChristianChurch\Joomla\GetBible;
2023-09-26 06:24:03 +00:00
/**
* The GetBible Search
*
* @since 2.0.1
*/
final class Search
{
}