*/ class ArticleLayoutsModel extends \Model { /** * Table name * @var string */ protected static $strTable = 'tl_article_layouts'; }