Author: Shivam Mathur (shivammathur)
Date: 2025-01-27T13:49:59+05:30

Commit: 
https://github.com/php/web-downloads/commit/60e3a5d114704ff2f20b56e84838e8040ad8d2b5
Raw diff: 
https://github.com/php/web-downloads/commit/60e3a5d114704ff2f20b56e84838e8040ad8d2b5.diff

Fix autoloading

Changed paths:
  M  bootstrap.php


Diff:

diff --git a/bootstrap.php b/bootstrap.php
index f2eb322..9307d53 100644
--- a/bootstrap.php
+++ b/bootstrap.php
@@ -1,3 +1,4 @@
 <?php
 
+require_once __DIR__ . '/autoloader.php';
 require_once __DIR__ . '/routes.php';

Reply via email to