ActionController.php 150 B

12345678910
  1. <?php
  2. declare(strict_types=1);
  3. class FreshRSS_ActionController extends Minz_ActionController {
  4. /**
  5. * @var FreshRSS_View
  6. */
  7. protected $view;
  8. }