@@ -68,10 +68,10 @@ |
||
68 | 68 | } |
69 | 69 | |
70 | 70 | // redirect to the assets dir so that relative links work |
71 | - if($this->assets != '') { |
|
72 | - return $this->redirect( $this->assets . $fileName); |
|
71 | + if ($this->assets != '') { |
|
72 | + return $this->redirect($this->assets . $fileName); |
|
73 | 73 | } |
74 | - return $this->redirect( '/bundles/hbswaggerui/' . $fileName); |
|
74 | + return $this->redirect('/bundles/hbswaggerui/' . $fileName); |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | /** |