Remove redundant version_compare()
[kohana-core.git] / classes / View.php
blobf2c2ace770b7b1a517e5ca40f87625f430e70a41
1 <?php defined('SYSPATH') OR die('No direct script access.');
3 class View extends Kohana_View {}