diff --git a/core/f/form.php b/core/f/form.php index 0ab7d18..bb8833d 100644 --- a/core/f/form.php +++ b/core/f/form.php @@ -159,7 +159,7 @@ class Form { self::setDiv( $div ); } - self::setElement( new \Sunrise\Form\Form() ); + self::setElement( new \Nibiru\Form\Form() ); return self::display( self::getElement()->loadElement( $attributes ) ); } @@ -485,4 +485,4 @@ class Form self::setElement( new TypeLabel() ); self::assamble( self::getElement()->loadElement( $attributes ) ); } -} \ No newline at end of file +}