Skip to content

Commit

Permalink
index.php: Rm composer autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schindler committed May 12, 2023
1 parent 95c7f10 commit 892be62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

// Require autoloaders
require_once('./core/ClassLoader.php'); // Load classes
// require_once('../vendor/autoload.php'); // Composer autoloader (currently doesn't work with docker)

// Application start
// session_start(); // Start PHP Session
Expand Down

0 comments on commit 892be62

Please sign in to comment.