install(); } public static function uninstall() { Kohana::log("debug", "user_installer::install"); $user = User::instance(); $user->uninstall(); } }