Fatal error: Declaration of RegularLabs\Plugin\System\ArticlesAnywhere\Helpers\DB::get($database_name = '') must be compatible with RegularLabs\Library\DB::get(): Joomla\Database\DatabaseDriver in /home/hkpghmjz/public_html/plugins/system/articlesanywhere/src/Helpers/DB.php on line 36
FatalError
HTTP 500 Whoops, looks like something went wrong.
Compile Error: Declaration of RegularLabs\Plugin\System\ArticlesAnywhere\Helpers\DB::get($database_name = '') must be compatible with RegularLabs\Library\DB::get(): Joomla\Database\DatabaseDriver
in /home/hkpghmjz/public_html/plugins/system/articlesanywhere/src/Helpers/DB.php (line 36)
/** * @param string $database_name * * @return Database */ public static function get($database_name = '') { $cache = new RL_Cache([__METHOD__, $database_name]); if ($cache->exists()) {