Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajifatur committed Apr 23, 2021
1 parent 3fe0f8a commit 3cf158d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Http/Controllers/PsikologController.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,20 +164,4 @@ public function delete(Request $request)
return redirect()->route('admin.psikolog.index')->with(['message' => 'Berhasil menghapus data.']);
}
}

/**
* Menampilkan data psikolog
*
* @return \Illuminate\Http\Response
*/
// public function psikolog()
// {
// // Data psikolog
// $psikolog = Psikolog::all();

// // View
// return view('front/qubisa/psikolog', [
// 'psikolog' => $psikolog,
// ]);
// }
}

0 comments on commit 3cf158d

Please sign in to comment.