Skip to content

Commit

Permalink
#13
Browse files Browse the repository at this point in the history
Dalam tampilan awal pengguna atau user bisa melihat langsung prakiraan cuaca didaerah sekitar
  • Loading branch information
ahmadsambangst authored May 24, 2021
1 parent 8f00c4c commit c483506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public function index()
"pengguna"=>$pengguna[0],
"cuaca"=>$cuaca->json()
]);
//Tampilan home pengguna bisa melihat langsung prakiraan cuaca
}
if (session("role") == "polantas")
{
Expand Down

0 comments on commit c483506

Please sign in to comment.