FreshRSS/app/Models/ActionController.php

12 lines
180 B
PHP

<?php
declare(strict_types=1);
class FreshRSS_ActionController extends Minz_ActionController {
/**
* @var FreshRSS_View
* @phpstan-ignore-next-line
*/
protected $view;
}