We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05aafb2 commit 2acb080Copy full SHA for 2acb080
web/public/index.php web/app/public/index.phpweb/public/index.php renamed to web/app/public/index.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-include '../app/vendor/autoload.php';
+include '../vendor/autoload.php';
4
$foo = new App\Acme\Foo();
5
6
?><!DOCTYPE html>
0 commit comments