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