@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | * |
26 | 26 | * @param \App\Models\Ministry $ministry |
27 | 27 | * @param \App\Testimony $testimony |
28 | - * @return mixed |
|
28 | + * @return boolean |
|
29 | 29 | */ |
30 | 30 | public function view(Ministry $ministry, Testimony $testimony) |
31 | 31 | { |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * |
49 | 49 | * @param \App\Models\Ministry $ministry |
50 | 50 | * @param \App\Testimony $testimony |
51 | - * @return mixed |
|
51 | + * @return boolean |
|
52 | 52 | */ |
53 | 53 | public function update(Ministry $ministry, Testimony $testimony) |
54 | 54 | { |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | * |
66 | 66 | * @param \App\Models\Ministry $ministry |
67 | 67 | * @param \App\Testimony $testimony |
68 | - * @return mixed |
|
68 | + * @return boolean |
|
69 | 69 | */ |
70 | 70 | public function delete(Ministry $ministry, Testimony $testimony) |
71 | 71 | { |