Forum\Model\CategoriesModel::configureTables PHP Method

configureTables() protected method

configureTables
protected configureTables ( ) : void
return void
    protected function configureTables()
    {
        $this->addTable('category', LunaTable::CATEGORIES);
    }