Abstract lnApp classes

This commit is contained in:
Deon George
2012-07-12 16:38:09 +10:00
parent 0a211b4677
commit 8100fa2540
11 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
*/
class lnApp_HTML extends Kohana_HTML {
abstract class lnApp_HTML extends Kohana_HTML {
public static function nbsp($string) {
if (strlen((string)$string))
return $string;