mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-23 04:38:01 -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;
|
|
}
|