Forum\Model\CategoriesModel::configureTables PHP 메소드

configureTables() 보호된 메소드

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