john
Ilham Wara Nugroho 2025-11-25 10:07:25 +07:00
parent 1c6015be81
commit ca97266bd6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class UnitController extends Controller
public function grid(Request $request)
{
$data = Unit::all();
$data = Unit::orderBy('UnitId','ASC')->get();
$_data = [];