aboutsummaryrefslogtreecommitdiff
path: root/app/Models/ActionController.php
blob: a840ccc6dcde8091d262b0cf7790c4a21883b7c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
declare(strict_types=1);

class FreshRSS_ActionController extends Minz_ActionController {

	/**
	 * @var FreshRSS_View
	 * @phpstan-ignore-next-line
	 */
	protected $view;
}