<?php

namespace App\Http\Controllers;

class MagazineController extends ArticleController
{
    protected $_postType = 'magazine';
}
