* @since 1.0 */ class StaticBlock extends ActiveRecord { public static function tableName() { return '{{%static_block}}'; } }