added facades and made other ioc improvements.
This commit is contained in:
@@ -118,7 +118,7 @@ class Form {
|
||||
*/
|
||||
private function action($action, $https)
|
||||
{
|
||||
return $this->html->entities($this->url->to(((is_null($action)) ? $this->request->uri : $action), $https));
|
||||
return $this->html->entities($this->url->to(((is_null($action)) ? $this->request->uri() : $action), $https));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user