This repository has been archived on 2020-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
phunk/modules/editor/classes/editor.php
2013-04-17 09:00:16 +07:00

3 lines
112 B
PHP

<?php defined('SYSPATH') OR die('No direct access allowed.');
abstract class Editor extends Kohana_Editor { }