/** * Set the table prefix for Bouncer's tables. * * @return void */ protected function setTablePrefix() { if ($prefix = $this->getTablePrefix()) { Models::setPrefix($prefix); } }