Skip to content

Commit

Permalink
fix minor
Browse files Browse the repository at this point in the history
  • Loading branch information
punkestu committed Jan 27, 2025
1 parent dcbb2ba commit 2ed8c00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/Rotasi/CabangController.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ public function struktur()
public function strukturEdit()
{
$nodes = CabangNode::getTree();
dd($nodes);
$snodes = CabangNode::with('cabang')->get();
$cabangs = Cabang::all();
return view('rotasi.cabang.struktur-edit', ['nodes' => $nodes, 'snodes' => $snodes, 'cabangs' => $cabangs]);
Expand Down

0 comments on commit 2ed8c00

Please sign in to comment.