@@ -151,7 +151,6 @@ discard block |
||
| 151 | 151 | /** |
| 152 | 152 | * Display the specified resource. |
| 153 | 153 | * |
| 154 | - * @param \App\JenisSekolah $jenis_sekolah |
|
| 155 | 154 | * @return \Illuminate\Http\Response |
| 156 | 155 | */ |
| 157 | 156 | public function show($id) |
@@ -169,7 +168,6 @@ discard block |
||
| 169 | 168 | /** |
| 170 | 169 | * Show the form for editing the specified resource. |
| 171 | 170 | * |
| 172 | - * @param \App\JenisSekolah $jenis_sekolah |
|
| 173 | 171 | * @return \Illuminate\Http\Response |
| 174 | 172 | */ |
| 175 | 173 | public function edit($id) |
@@ -188,7 +186,6 @@ discard block |
||
| 188 | 186 | * Update the specified resource in storage. |
| 189 | 187 | * |
| 190 | 188 | * @param \Illuminate\Http\Request $request |
| 191 | - * @param \App\JenisSekolah $jenis_sekolah |
|
| 192 | 189 | * @return \Illuminate\Http\Response |
| 193 | 190 | */ |
| 194 | 191 | public function update(Request $request, $id) |
@@ -203,8 +200,7 @@ discard block |
||
| 203 | 200 | /** |
| 204 | 201 | * Remove the specified resource from storage. |
| 205 | 202 | * |
| 206 | - * @param \App\JenisSekolah $jenis_sekolah |
|
| 207 | - * @return \Illuminate\Http\Response |
|
| 203 | + * @return string |
|
| 208 | 204 | */ |
| 209 | 205 | public function destroy($id) |
| 210 | 206 | { |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | /* Require */ |
| 6 | 6 | use App\Http\Controllers\Controller; |
| 7 | 7 | use Illuminate\Http\Request; |
| 8 | -use Bantenprov\Sekolah\Facades\SekolahFacade; |
|
| 9 | 8 | |
| 10 | 9 | /* Models */ |
| 11 | 10 | use Bantenprov\Sekolah\Models\Bantenprov\Sekolah\JenisSekolah; |
@@ -198,7 +198,6 @@ discard block |
||
| 198 | 198 | /** |
| 199 | 199 | * Display the specified resource. |
| 200 | 200 | * |
| 201 | - * @param \App\ProdiSekolah $prodi_sekolah |
|
| 202 | 201 | * @return \Illuminate\Http\Response |
| 203 | 202 | */ |
| 204 | 203 | public function show($id) |
@@ -216,7 +215,6 @@ discard block |
||
| 216 | 215 | /** |
| 217 | 216 | * Show the form for editing the specified resource. |
| 218 | 217 | * |
| 219 | - * @param \App\Sekolah $sekolah |
|
| 220 | 218 | * @return \Illuminate\Http\Response |
| 221 | 219 | */ |
| 222 | 220 | public function edit($id) |
@@ -235,7 +233,6 @@ discard block |
||
| 235 | 233 | * Update the specified resource in storage. |
| 236 | 234 | * |
| 237 | 235 | * @param \Illuminate\Http\Request $request |
| 238 | - * @param \App\Sekolah $sekolah |
|
| 239 | 236 | * @return \Illuminate\Http\Response |
| 240 | 237 | */ |
| 241 | 238 | public function update(Request $request, $id) |
@@ -296,8 +293,7 @@ discard block |
||
| 296 | 293 | /** |
| 297 | 294 | * Remove the specified resource from storage. |
| 298 | 295 | * |
| 299 | - * @param \App\Sekolah $sekolah |
|
| 300 | - * @return \Illuminate\Http\Response |
|
| 296 | + * @return string |
|
| 301 | 297 | */ |
| 302 | 298 | public function destroy($id) |
| 303 | 299 | { |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | /* Require */ |
| 6 | 6 | use App\Http\Controllers\Controller; |
| 7 | 7 | use Illuminate\Http\Request; |
| 8 | -use Bantenprov\Sekolah\Facades\SekolahFacade; |
|
| 9 | 8 | |
| 10 | 9 | /* Models */ |
| 11 | 10 | use Bantenprov\Sekolah\Models\Bantenprov\Sekolah\ProdiSekolah; |