Skip to content

Commit 8c9b6af

Browse files
Add files via upload
1 parent f1e2eb2 commit 8c9b6af

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Codelab/index.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22
include "Controllers/ProductController.php";
33

44
use Controller\ProductController;
5-
6-
// Membuat objek ProductController
75
$productController = new ProductController();
8-
9-
// Memanggil method getAllProduct dan mencetak hasilnya
106
echo $productController->getAllProduct();

0 commit comments

Comments
 (0)