Skip to content
Snippets Groups Projects
Commit 3ebe5cf1 authored by Muhammad Rifko Favian's avatar Muhammad Rifko Favian
Browse files

chore: move and remove file

parent cc3de389
No related merge requests found
<?php
require_once(__DIR__ . '/../../db/connect.php');
require_once(__DIR__ . '/../../util.php');
require_once(__DIR__ . '/../util.php');
class EventModel {
......
......@@ -2,7 +2,7 @@
// app/models/Pembelian.php
require_once(__DIR__ . '/../../db/connect.php');
require_once(__DIR__ . '/../../util.php');
require_once(__DIR__ . '/../util.php');
class PembelianModel {
public function createPembelian($ticketId, $userId, $createdTime) {
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment