﻿<?php

namespace Rvx\Models;

use Rvx\WPDrill\Models\Model;
class Post extends Model
{
    protected static $table = 'posts';