Image.php 167 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 <?php namespace common\components\artboximage\drivers; use common\components\artboximage\drivers\Kohana\Kohana_Image; abstract class Image extends Kohana_Image {} ?>