Compare commits
No commits in common. "8e73fd8f09c74ee7afb8975a538244b813aa21f4" and "23a364ddff4cf62434d8bb004d627c1072c646e6" have entirely different histories.
8e73fd8f09
...
23a364ddff
@ -16,7 +16,6 @@ class SoalController extends Controller
|
|||||||
{
|
{
|
||||||
public function index(Request $request)
|
public function index(Request $request)
|
||||||
{
|
{
|
||||||
die('Survey telah ditutup');
|
|
||||||
$daftarSoal = Soal::orderBy('judul_soal')->get();
|
$daftarSoal = Soal::orderBy('judul_soal')->get();
|
||||||
|
|
||||||
if ($daftarSoal->isEmpty()) {
|
if ($daftarSoal->isEmpty()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user