UPDATE README $controller incorrect in example

This commit is contained in:
Nic 2016-03-19 17:40:40 -05:00
parent 0ee0355e26
commit 306392c828

View File

@ -435,7 +435,7 @@ Here is an example of what we could do here:
} }
} }
$this->controller->redirect($controller->Link() . 'finished'); $this->controller->redirect($this->controller->Link() . 'finished');
} }
} }