@@ -145,7 +145,7 @@ |
||
145 | 145 | } |
146 | 146 | |
147 | 147 | /** |
148 | - * @return string |
|
148 | + * @return \Illuminate\Support\Collection |
|
149 | 149 | */ |
150 | 150 | public function getRedirect() |
151 | 151 | { |
@@ -24,7 +24,7 @@ |
||
24 | 24 | } |
25 | 25 | |
26 | 26 | /** |
27 | - * @return string |
|
27 | + * @return \Illuminate\Support\Collection |
|
28 | 28 | */ |
29 | 29 | public function getRedirect() |
30 | 30 | { |
@@ -95,7 +95,7 @@ |
||
95 | 95 | } |
96 | 96 | |
97 | 97 | /** |
98 | - * @param $widget |
|
98 | + * @param string $widget |
|
99 | 99 | * |
100 | 100 | * @return \Closure |
101 | 101 | */ |