Skip to content
Snippets Groups Projects
Commit f2bc0fe2 authored by Bitha17's avatar Bitha17
Browse files

chore: restructuring server side

parent 79639094
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// app/Controllers/EventController.php // app/Controllers/EventController.php
ob_start(); ob_start();
require_once(__DIR__ . '/../Models/Event.php'); require_once(__DIR__ . '/../../Models/Event.php');
require_once(__DIR__ . '/TicketController.php'); require_once(__DIR__ . '/TicketController.php');
......
File moved
File moved
File moved
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