@@ -79,6 +79,10 @@  | 
                                                    ||
| 79 | 79 |          $this->greenText("\n[ SEEDER DONE ]\n"); | 
                                                        
| 80 | 80 | }  | 
                                                        
| 81 | 81 | /* text color: orange */  | 
                                                        
| 82 | +  | 
                                                        |
| 83 | + /**  | 
                                                        |
| 84 | + * @param string $text  | 
                                                        |
| 85 | + */  | 
                                                        |
| 82 | 86 | protected function orangeText($text)  | 
                                                        
| 83 | 87 |      { | 
                                                        
| 84 | 88 | printf($this->ORANGE.$text.$this->NC);  | 
                                                        
@@ -208,7 +208,6 @@ discard block  | 
                                                    ||
| 208 | 208 | /**  | 
                                                        
| 209 | 209 | * Display the specified resource.  | 
                                                        
| 210 | 210 | *  | 
                                                        
| 211 | - * @param \App\ProgramKeahlian $program_keahlian  | 
                                                        |
| 212 | 211 | * @return \Illuminate\Http\Response  | 
                                                        
| 213 | 212 | */  | 
                                                        
| 214 | 213 | public function show($id)  | 
                                                        
@@ -226,7 +225,6 @@ discard block  | 
                                                    ||
| 226 | 225 | /**  | 
                                                        
| 227 | 226 | * Show the form for editing the specified resource.  | 
                                                        
| 228 | 227 | *  | 
                                                        
| 229 | - * @param \App\ProgramKeahlian $program_keahlian  | 
                                                        |
| 230 | 228 | * @return \Illuminate\Http\Response  | 
                                                        
| 231 | 229 | */  | 
                                                        
| 232 | 230 | public function edit($id)  | 
                                                        
@@ -282,7 +280,6 @@ discard block  | 
                                                    ||
| 282 | 280 | * Update the specified resource in storage.  | 
                                                        
| 283 | 281 | *  | 
                                                        
| 284 | 282 | * @param \Illuminate\Http\Request $request  | 
                                                        
| 285 | - * @param \App\ProgramKeahlian $program_keahlian  | 
                                                        |
| 286 | 283 | * @return \Illuminate\Http\Response  | 
                                                        
| 287 | 284 | */  | 
                                                        
| 288 | 285 | public function update(Request $request, $id)  | 
                                                        
@@ -329,8 +326,7 @@ discard block  | 
                                                    ||
| 329 | 326 | /**  | 
                                                        
| 330 | 327 | * Remove the specified resource from storage.  | 
                                                        
| 331 | 328 | *  | 
                                                        
| 332 | - * @param \App\ProgramKeahlian $program_keahlian  | 
                                                        |
| 333 | - * @return \Illuminate\Http\Response  | 
                                                        |
| 329 | + * @return string  | 
                                                        |
| 334 | 330 | */  | 
                                                        
| 335 | 331 | public function destroy($id)  | 
                                                        
| 336 | 332 |      { | 
                                                        
@@ -5,8 +5,6 @@  | 
                                                    ||
| 5 | 5 | /* Require */  | 
                                                        
| 6 | 6 | use App\Http\Controllers\Controller;  | 
                                                        
| 7 | 7 | use Illuminate\Http\Request;  | 
                                                        
| 8 | -use Illuminate\Support\Facades\DB;  | 
                                                        |
| 9 | -use Bantenprov\ProgramKeahlian\Facades\ProgramKeahlianFacade;  | 
                                                        |
| 10 | 8 | |
| 11 | 9 | /* Models */  | 
                                                        
| 12 | 10 | use Bantenprov\ProgramKeahlian\Models\Bantenprov\ProgramKeahlian\ProgramKeahlian;  |