jcb-compiler/src/05744dd3-4030-4cf8-8dda-a93ab809b473/code.power
2024-04-12 17:17:05 +02:00

10 lines
162 B
Plaintext

/**
* Get the current active table
*
* @return string
* @since 3.2.0
*/
protected function getTable(): string
{
return 'joomla_power';
}