@@ -32,11 +32,11 @@ |
||
32 | 32 | } |
33 | 33 | |
34 | 34 | |
35 | - public function tryRedirect(){ |
|
35 | + public function tryRedirect() { |
|
36 | 36 | $this->redirect('exemplo'); |
37 | 37 | } |
38 | 38 | |
39 | - public function tryRefresh(){ |
|
39 | + public function tryRefresh() { |
|
40 | 40 | $this->refresh(); |
41 | 41 | } |
42 | 42 | } |