5 lines
124 B
PHP
5 lines
124 B
PHP
<?php defined('SYSPATH') or die('No direct access allowed.');
|
|
|
|
class Schema_Attribute extends Kohana_Schema_Attribute {}
|
|
?>
|