diff options
Diffstat (limited to 'app/Models/ActionController.php')
| -rw-r--r-- | app/Models/ActionController.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Models/ActionController.php b/app/Models/ActionController.php new file mode 100644 index 000000000..2e0aaa730 --- /dev/null +++ b/app/Models/ActionController.php @@ -0,0 +1,9 @@ +<?php + +class FreshRSS_ActionController extends Minz_ActionController { + + /** + * @var FreshRSS_View + */ + protected $view; +} |
