mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-04 06:29:26 -05:00
11 lines
155 B
PHP
11 lines
155 B
PHP
<?php
|
|
|
|
class FreshRSS_ActionController extends Minz_ActionController {
|
|
|
|
/**
|
|
* @var FreshRSS_View
|
|
* @phpstan-ignore-next-line
|
|
*/
|
|
protected $view;
|
|
}
|